Html Css Color HEX #CC42B2 Fuchsia

📋 copy color: '#CC42B2'

red 204 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #CC42B2

Tints of Fuchsia #CC42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 45.54%
G = 14.73%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC42B2 (or 0xCC42B2) is known color: Fuchsia. HEX triplet: CC, 42 and B2. RGB value is (204,66,178). Sum of RGB (Red+Green+Blue) = 204+66+178=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC42B2 is #33BD4D. Grayscale: #777777. Windows color (decimal): -3390798 or 11682508. OLE color: 11682508.

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

Color convert

RGB 204 66 178 -
CMYK 0 0.68 0.13 0.2
HSL 311.3º 0.58% 0.53% -
HSV(B) 311.3º 0.68% 0.8% -
XYZ 34.89 19.95 44.13 -
YUV 120.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 204 66 178 0 0.68 0.13 0.2 311.3 0.58 0.53
Hex CC 42 B2 0 44 D 14 137 3A 35
Octal 314 102 262 0 104 15 24 467 72 65
Binary 11001100 1000010 10110010 0 1000100 1101 10100 100110111 111010 110101

Color Harmonies of #CC42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42B2

Black with #CC42B2

Text Example


Text Example

White with #CC42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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