Html Css Color HEX #CC378C Deep Cerise

📋 copy color: '#CC378C'

red 204 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #CC378C

Tints of Deep Cerise #CC378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.78%

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

R = 51.13%
G = 13.78%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC378C (or 0xCC378C) is known color: Deep Cerise. HEX triplet: CC, 37 and 8C. RGB value is (204,55,140). Sum of RGB (Red+Green+Blue) = 204+55+140=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC378C is #33C873. Grayscale: #6D6D6D. Windows color (decimal): -3393652 or 9189324. OLE color: 9189324.

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

Color convert

RGB 204 55 140 -
CMYK 0 0.73 0.31 0.2
HSL 325.77º 0.59% 0.51% -
HSV(B) 325.77º 0.73% 0.8% -
XYZ 31 17.46 26.55 -
YUV 109.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 204 55 140 0 0.73 0.31 0.2 325.77 0.59 0.51
Hex CC 37 8C 0 49 1F 14 146 3B 33
Octal 314 67 214 0 111 37 24 506 73 63
Binary 11001100 110111 10001100 0 1001001 11111 10100 101000110 111011 110011

Color Harmonies of #CC378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC378C

Black with #CC378C

Text Example


Text Example

White with #CC378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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