Html Css Color HEX #CC4BD2 Fuchsia

📋 copy color: '#CC4BD2'

red 204 ◦ green 75 ◦ blue 210

#CC4BD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CC4BD2

Tints of Fuchsia #CC4BD2

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

 GREEN value IS 75 (29.69% from 255) = 15.34%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 41.72%
G = 15.34%
B = 42.94%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC4BD2 (or 0xCC4BD2) is known color: Fuchsia. HEX triplet: CC, 4B and D2. RGB value is (204,75,210). Sum of RGB (Red+Green+Blue) = 204+75+210=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BD2 is #33B42D. Grayscale: #808080. Windows color (decimal): -3388462 or 13781964. OLE color: 13781964.

HSL color Cylindrical-coordinate representation of color #CC4BD2: hue angle of 297.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4BD2 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 75 210 -
CMYK 0.03 0.64 0 0.18
HSL 297.33º 0.6% 0.56% -
HSV(B) 297.33º 0.64% 0.82% -
XYZ 39.05 22.52 63.26 -
YUV 128.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 204 75 210 0.03 0.64 0 0.18 297.33 0.6 0.56
Hex CC 4B D2 3 40 0 12 129 3C 38
Octal 314 113 322 3 100 0 22 451 74 70
Binary 11001100 1001011 11010010 11 1000000 0 10010 100101001 111100 111000

Color Harmonies of #CC4BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BD2

Black with #CC4BD2

Text Example


Text Example

White with #CC4BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BD2; }

 p { color: rgb(204,75,210); }

 H1.HeaderClassName
 {
   color: #CC4BD2;
 }
 .AnyTagClassName
 {
   color: #CC4BD2;
 }
</style>

background-color css

<style>
 a { background-color: #CC4BD2; }

 a { background-color: rgb(204,75,210); }

 div.DivClassName
 {
   background-color: #CC4BD2;
 }
 .BgClassName
 {
   background-color: #CC4BD2;
 }
</style>

border-color css

<style>
 span { border-color: #CC4BD2; }

 span { border-color: rgb(204,75,210); }

 td.TdClassName
 {
   border-color: #CC4BD2;
 }
 .TagClassName
 {
   border-color: #CC4BD2;
 }
</style>