Html Css Color HEX #CC41D2 Fuchsia

📋 copy color: '#CC41D2'

red 204 ◦ green 65 ◦ blue 210

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

Shades of Fuchsia #CC41D2

Tints of Fuchsia #CC41D2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

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

R = 42.59%
G = 13.57%
B = 43.84%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC41D2 (or 0xCC41D2) is known color: Fuchsia. HEX triplet: CC, 41 and D2. RGB value is (204,65,210). Sum of RGB (Red+Green+Blue) = 204+65+210=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41D2 is #33BE2D. Grayscale: #7A7A7A. Windows color (decimal): -3391022 or 13779404. OLE color: 13779404.

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

Color convert

RGB 204 65 210 -
CMYK 0.03 0.69 0 0.18
HSL 297.52º 0.62% 0.54% -
HSV(B) 297.52º 0.69% 0.82% -
XYZ 38.42 21.27 63.05 -
YUV 123.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 204 65 210 0.03 0.69 0 0.18 297.52 0.62 0.54
Hex CC 41 D2 3 45 0 12 12A 3E 36
Octal 314 101 322 3 105 0 22 452 76 66
Binary 11001100 1000001 11010010 11 1000101 0 10010 100101010 111110 110110

Color Harmonies of #CC41D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41D2

Black with #CC41D2

Text Example


Text Example

White with #CC41D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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