Html Css Color HEX #CC2C8B Deep Cerise

📋 copy color: '#CC2C8B'

red 204 ◦ green 44 ◦ blue 139

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

Shades of Deep Cerise #CC2C8B

Tints of Deep Cerise #CC2C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 52.71%
G = 11.37%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC2C8B (or 0xCC2C8B) is known color: Deep Cerise. HEX triplet: CC, 2C and 8B. RGB value is (204,44,139). Sum of RGB (Red+Green+Blue) = 204+44+139=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C8B is #33D374. Grayscale: #666666. Windows color (decimal): -3396469 or 9120972. OLE color: 9120972.

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

Color convert

RGB 204 44 139 -
CMYK 0 0.78 0.32 0.2
HSL 324.38º 0.65% 0.49% -
HSV(B) 324.38º 0.78% 0.8% -
XYZ 30.46 16.5 26.01 -
YUV 102.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 204 44 139 0 0.78 0.32 0.2 324.38 0.65 0.49
Hex CC 2C 8B 0 4E 20 14 144 41 31
Octal 314 54 213 0 116 40 24 504 101 61
Binary 11001100 101100 10001011 0 1001110 100000 10100 101000100 1000001 110001

Color Harmonies of #CC2C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C8B

Black with #CC2C8B

Text Example


Text Example

White with #CC2C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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