Html Css Color HEX #CC378D Deep Cerise

📋 copy color: '#CC378D'

red 204 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #CC378D

Tints of Deep Cerise #CC378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 51%
G = 13.75%
B = 35.25%

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

#CC378D (or 0xCC378D) is known color: Deep Cerise. HEX triplet: CC, 37 and 8D. RGB value is (204,55,141). Sum of RGB (Red+Green+Blue) = 204+55+141=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC378D is #33C872. Grayscale: #6D6D6D. Windows color (decimal): -3393651 or 9254860. OLE color: 9254860.

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

Color convert

RGB 204 55 141 -
CMYK 0 0.73 0.31 0.2
HSL 325.37º 0.59% 0.51% -
HSV(B) 325.37º 0.73% 0.8% -
XYZ 31.08 17.49 26.94 -
YUV 109.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 204 55 141 0 0.73 0.31 0.2 325.37 0.59 0.51
Hex CC 37 8D 0 49 1F 14 145 3B 33
Octal 314 67 215 0 111 37 24 505 73 63
Binary 11001100 110111 10001101 0 1001001 11111 10100 101000101 111011 110011

Color Harmonies of #CC378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC378D

Black with #CC378D

Text Example


Text Example

White with #CC378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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