Html Css Color HEX #CC42BD Fuchsia

📋 copy color: '#CC42BD'

red 204 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #CC42BD

Tints of Fuchsia #CC42BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 44.44%
G = 14.38%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC42BD (or 0xCC42BD) is known color: Fuchsia. HEX triplet: CC, 42 and BD. RGB value is (204,66,189). Sum of RGB (Red+Green+Blue) = 204+66+189=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42BD is #33BD42. Grayscale: #787878. Windows color (decimal): -3390787 or 12403404. OLE color: 12403404.

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

Color convert

RGB 204 66 189 -
CMYK 0 0.68 0.07 0.2
HSL 306.52º 0.58% 0.53% -
HSV(B) 306.52º 0.68% 0.8% -
XYZ 36.04 20.41 50.18 -
YUV 121.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 204 66 189 0 0.68 0.07 0.2 306.52 0.58 0.53
Hex CC 42 BD 0 44 7 14 133 3A 35
Octal 314 102 275 0 104 7 24 463 72 65
Binary 11001100 1000010 10111101 0 1000100 111 10100 100110011 111010 110101

Color Harmonies of #CC42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42BD

Black with #CC42BD

Text Example


Text Example

White with #CC42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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