Html Css Color HEX #CC42CB Fuchsia

📋 copy color: '#CC42CB'

red 204 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #CC42CB

Tints of Fuchsia #CC42CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 43.13%
G = 13.95%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC42CB (or 0xCC42CB) is known color: Fuchsia. HEX triplet: CC, 42 and CB. RGB value is (204,66,203). Sum of RGB (Red+Green+Blue) = 204+66+203=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42CB is #33BD34. Grayscale: #7A7A7A. Windows color (decimal): -3390773 or 13320908. OLE color: 13320908.

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

Color convert

RGB 204 66 203 -
CMYK 0 0.68 0.00 0.2
HSL 300.43º 0.58% 0.53% -
HSV(B) 300.43º 0.68% 0.8% -
XYZ 37.63 21.05 58.58 -
YUV 122.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 204 66 203 0 0.68 0.00 0.2 300.43 0.58 0.53
Hex CC 42 CB 0 44 0 14 12C 3A 35
Octal 314 102 313 0 104 0 24 454 72 65
Binary 11001100 1000010 11001011 0 1000100 0 10100 100101100 111010 110101

Color Harmonies of #CC42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42CB

Black with #CC42CB

Text Example


Text Example

White with #CC42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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