Html Css Color HEX #CC2CBC Fuchsia

📋 copy color: '#CC2CBC'

red 204 ◦ green 44 ◦ blue 188

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

Shades of Fuchsia #CC2CBC

Tints of Fuchsia #CC2CBC

RGB

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

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

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

R = 46.79%
G = 10.09%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC2CBC (or 0xCC2CBC) is known color: Fuchsia. HEX triplet: CC, 2C and BC. RGB value is (204,44,188). Sum of RGB (Red+Green+Blue) = 204+44+188=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CBC is #33D343. Grayscale: #6B6B6B. Windows color (decimal): -3396420 or 12332236. OLE color: 12332236.

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

Color convert

RGB 204 44 188 -
CMYK 0 0.78 0.08 0.2
HSL 306º 0.65% 0.49% -
HSV(B) 306º 0.78% 0.8% -
XYZ 34.88 18.27 49.26 -
YUV 108.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 204 44 188 0 0.78 0.08 0.2 306 0.65 0.49
Hex CC 2C BC 0 4E 8 14 132 41 31
Octal 314 54 274 0 116 10 24 462 101 61
Binary 11001100 101100 10111100 0 1001110 1000 10100 100110010 1000001 110001

Color Harmonies of #CC2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CBC

Black with #CC2CBC

Text Example


Text Example

White with #CC2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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