Html Css Color HEX #CC369B Deep Cerise

📋 copy color: '#CC369B'

red 204 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #CC369B

Tints of Deep Cerise #CC369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.08%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 49.39%
G = 13.08%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC369B (or 0xCC369B) is known color: Deep Cerise. HEX triplet: CC, 36 and 9B. RGB value is (204,54,155). Sum of RGB (Red+Green+Blue) = 204+54+155=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369B is #33C964. Grayscale: #6E6E6E. Windows color (decimal): -3393893 or 10172108. OLE color: 10172108.

HSL color Cylindrical-coordinate representation of color #CC369B: hue angle of 319.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC369B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 155 -
CMYK 0 0.74 0.24 0.2
HSL 319.6º 0.6% 0.51% -
HSV(B) 319.6º 0.74% 0.8% -
XYZ 32.14 17.84 32.76 -
YUV 110.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 204 54 155 0 0.74 0.24 0.2 319.6 0.6 0.51
Hex CC 36 9B 0 4A 18 14 140 3C 33
Octal 314 66 233 0 112 30 24 500 74 63
Binary 11001100 110110 10011011 0 1001010 11000 10100 101000000 111100 110011

Color Harmonies of #CC369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC369B

Black with #CC369B

Text Example


Text Example

White with #CC369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC369B; }

 p { color: rgb(204,54,155); }

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

background-color css

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

 a { background-color: rgb(204,54,155); }

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

border-color css

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

 span { border-color: rgb(204,54,155); }

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