Html Css Color HEX #CC368B Deep Cerise

📋 copy color: '#CC368B'

red 204 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #CC368B

Tints of Deep Cerise #CC368B

RGB

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

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

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

R = 51.39%
G = 13.6%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC368B (or 0xCC368B) is known color: Deep Cerise. HEX triplet: CC, 36 and 8B. RGB value is (204,54,139). Sum of RGB (Red+Green+Blue) = 204+54+139=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC368B is #33C974. Grayscale: #6C6C6C. Windows color (decimal): -3393909 or 9123532. OLE color: 9123532.

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

Color convert

RGB 204 54 139 -
CMYK 0 0.74 0.32 0.2
HSL 326º 0.6% 0.51% -
HSV(B) 326º 0.74% 0.8% -
XYZ 30.88 17.34 26.15 -
YUV 108.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 204 54 139 0 0.74 0.32 0.2 326 0.6 0.51
Hex CC 36 8B 0 4A 20 14 146 3C 33
Octal 314 66 213 0 112 40 24 506 74 63
Binary 11001100 110110 10001011 0 1001010 100000 10100 101000110 111100 110011

Color Harmonies of #CC368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC368B

Black with #CC368B

Text Example


Text Example

White with #CC368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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