Html Css Color HEX #CC41C7 Fuchsia

📋 copy color: '#CC41C7'

red 204 ◦ green 65 ◦ blue 199

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

Shades of Fuchsia #CC41C7

Tints of Fuchsia #CC41C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 43.59%
G = 13.89%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC41C7 (or 0xCC41C7) is known color: Fuchsia. HEX triplet: CC, 41 and C7. RGB value is (204,65,199). Sum of RGB (Red+Green+Blue) = 204+65+199=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41C7 is #33BE38. Grayscale: #797979. Windows color (decimal): -3391033 or 13058508. OLE color: 13058508.

HSL color Cylindrical-coordinate representation of color #CC41C7: hue angle of 302.16º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41C7 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 199 -
CMYK 0 0.68 0.02 0.2
HSL 302.16º 0.58% 0.53% -
HSV(B) 302.16º 0.68% 0.8% -
XYZ 37.1 20.74 56.08 -
YUV 121.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 204 65 199 0 0.68 0.02 0.2 302.16 0.58 0.53
Hex CC 41 C7 0 44 2 14 12E 3A 35
Octal 314 101 307 0 104 2 24 456 72 65
Binary 11001100 1000001 11000111 0 1000100 10 10100 100101110 111010 110101

Color Harmonies of #CC41C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41C7

Black with #CC41C7

Text Example


Text Example

White with #CC41C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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