Html Css Color HEX #CC42B9 Fuchsia

📋 copy color: '#CC42B9'

red 204 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #CC42B9

Tints of Fuchsia #CC42B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 44.84%
G = 14.51%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC42B9 (or 0xCC42B9) is known color: Fuchsia. HEX triplet: CC, 42 and B9. RGB value is (204,66,185). Sum of RGB (Red+Green+Blue) = 204+66+185=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42B9 is #33BD46. Grayscale: #787878. Windows color (decimal): -3390791 or 12141260. OLE color: 12141260.

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

Color convert

RGB 204 66 185 -
CMYK 0 0.68 0.09 0.2
HSL 308.26º 0.58% 0.53% -
HSV(B) 308.26º 0.68% 0.8% -
XYZ 35.61 20.24 47.93 -
YUV 120.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 204 66 185 0 0.68 0.09 0.2 308.26 0.58 0.53
Hex CC 42 B9 0 44 9 14 134 3A 35
Octal 314 102 271 0 104 11 24 464 72 65
Binary 11001100 1000010 10111001 0 1000100 1001 10100 100110100 111010 110101

Color Harmonies of #CC42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42B9

Black with #CC42B9

Text Example


Text Example

White with #CC42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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