Html Css Color HEX #CC368C Deep Cerise

📋 copy color: '#CC368C'

red 204 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #CC368C

Tints of Deep Cerise #CC368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 51.26%
G = 13.57%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC368C (or 0xCC368C) is known color: Deep Cerise. HEX triplet: CC, 36 and 8C. RGB value is (204,54,140). Sum of RGB (Red+Green+Blue) = 204+54+140=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC368C is #33C973. Grayscale: #6C6C6C. Windows color (decimal): -3393908 or 9189068. OLE color: 9189068.

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

Color convert

RGB 204 54 140 -
CMYK 0 0.74 0.31 0.2
HSL 325.6º 0.6% 0.51% -
HSV(B) 325.6º 0.74% 0.8% -
XYZ 30.95 17.37 26.53 -
YUV 108.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 204 54 140 0 0.74 0.31 0.2 325.6 0.6 0.51
Hex CC 36 8C 0 4A 1F 14 146 3C 33
Octal 314 66 214 0 112 37 24 506 74 63
Binary 11001100 110110 10001100 0 1001010 11111 10100 101000110 111100 110011

Color Harmonies of #CC368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC368C

Black with #CC368C

Text Example


Text Example

White with #CC368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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