Html Css Color HEX #CC42C3 Fuchsia

📋 copy color: '#CC42C3'

red 204 ◦ green 66 ◦ blue 195

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

Shades of Fuchsia #CC42C3

Tints of Fuchsia #CC42C3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 43.87%
G = 14.19%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC42C3 (or 0xCC42C3) is known color: Fuchsia. HEX triplet: CC, 42 and C3. RGB value is (204,66,195). Sum of RGB (Red+Green+Blue) = 204+66+195=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42C3 is #33BD3C. Grayscale: #797979. Windows color (decimal): -3390781 or 12796620. OLE color: 12796620.

HSL color Cylindrical-coordinate representation of color #CC42C3: hue angle of 303.91º degrees, saturation: 0.57, 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 #CC42C3 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 195 -
CMYK 0 0.68 0.04 0.2
HSL 303.91º 0.58% 0.53% -
HSV(B) 303.91º 0.68% 0.8% -
XYZ 36.7 20.67 53.69 -
YUV 121.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 204 66 195 0 0.68 0.04 0.2 303.91 0.58 0.53
Hex CC 42 C3 0 44 4 14 130 3A 35
Octal 314 102 303 0 104 4 24 460 72 65
Binary 11001100 1000010 11000011 0 1000100 100 10100 100110000 111010 110101

Color Harmonies of #CC42C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42C3

Black with #CC42C3

Text Example


Text Example

White with #CC42C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42C3; }

 p { color: rgb(204,66,195); }

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

background-color css

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

 a { background-color: rgb(204,66,195); }

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

border-color css

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

 span { border-color: rgb(204,66,195); }

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