Html Css Color HEX #CC42BC Fuchsia

📋 copy color: '#CC42BC'

red 204 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #CC42BC

Tints of Fuchsia #CC42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 44.54%
G = 14.41%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC42BC (or 0xCC42BC) is known color: Fuchsia. HEX triplet: CC, 42 and BC. RGB value is (204,66,188). Sum of RGB (Red+Green+Blue) = 204+66+188=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42BC is #33BD43. Grayscale: #787878. Windows color (decimal): -3390788 or 12337868. OLE color: 12337868.

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

Color convert

RGB 204 66 188 -
CMYK 0 0.68 0.08 0.2
HSL 306.96º 0.58% 0.53% -
HSV(B) 306.96º 0.68% 0.8% -
XYZ 35.93 20.36 49.61 -
YUV 121.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 204 66 188 0 0.68 0.08 0.2 306.96 0.58 0.53
Hex CC 42 BC 0 44 8 14 133 3A 35
Octal 314 102 274 0 104 10 24 463 72 65
Binary 11001100 1000010 10111100 0 1000100 1000 10100 100110011 111010 110101

Color Harmonies of #CC42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42BC

Black with #CC42BC

Text Example


Text Example

White with #CC42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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