Html Css Color HEX #CC2CBD Fuchsia

📋 copy color: '#CC2CBD'

red 204 ◦ green 44 ◦ blue 189

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

Shades of Fuchsia #CC2CBD

Tints of Fuchsia #CC2CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.07%

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

R = 46.68%
G = 10.07%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC2CBD (or 0xCC2CBD) is known color: Fuchsia. HEX triplet: CC, 2C and BD. RGB value is (204,44,189). Sum of RGB (Red+Green+Blue) = 204+44+189=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CBD is #33D342. Grayscale: #6B6B6B. Windows color (decimal): -3396419 or 12397772. OLE color: 12397772.

HSL color Cylindrical-coordinate representation of color #CC2CBD: hue angle of 305.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CBD is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 189 -
CMYK 0 0.78 0.07 0.2
HSL 305.63º 0.65% 0.49% -
HSV(B) 305.63º 0.78% 0.8% -
XYZ 34.99 18.31 49.83 -
YUV 108.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 204 44 189 0 0.78 0.07 0.2 305.63 0.65 0.49
Hex CC 2C BD 0 4E 7 14 132 41 31
Octal 314 54 275 0 116 7 24 462 101 61
Binary 11001100 101100 10111101 0 1001110 111 10100 100110010 1000001 110001

Color Harmonies of #CC2CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CBD

Black with #CC2CBD

Text Example


Text Example

White with #CC2CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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