Html Css Color HEX #CC42B1 Fuchsia

📋 copy color: '#CC42B1'

red 204 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #CC42B1

Tints of Fuchsia #CC42B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 45.64%
G = 14.77%
B = 39.6%

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

#CC42B1 (or 0xCC42B1) is known color: Fuchsia. HEX triplet: CC, 42 and B1. RGB value is (204,66,177). Sum of RGB (Red+Green+Blue) = 204+66+177=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC42B1 is #33BD4E. Grayscale: #777777. Windows color (decimal): -3390799 or 11616972. OLE color: 11616972.

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

Color convert

RGB 204 66 177 -
CMYK 0 0.68 0.13 0.2
HSL 311.74º 0.58% 0.53% -
HSV(B) 311.74º 0.68% 0.8% -
XYZ 34.79 19.91 43.6 -
YUV 119.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 204 66 177 0 0.68 0.13 0.2 311.74 0.58 0.53
Hex CC 42 B1 0 44 D 14 138 3A 35
Octal 314 102 261 0 104 15 24 470 72 65
Binary 11001100 1000010 10110001 0 1000100 1101 10100 100111000 111010 110101

Color Harmonies of #CC42B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42B1

Black with #CC42B1

Text Example


Text Example

White with #CC42B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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