Html Css Color HEX #CC368D Deep Cerise

📋 copy color: '#CC368D'

red 204 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #CC368D

Tints of Deep Cerise #CC368D

RGB

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

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

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

R = 51.13%
G = 13.53%
B = 35.34%

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

#CC368D (or 0xCC368D) is known color: Deep Cerise. HEX triplet: CC, 36 and 8D. RGB value is (204,54,141). Sum of RGB (Red+Green+Blue) = 204+54+141=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC368D is #33C972. Grayscale: #6C6C6C. Windows color (decimal): -3393907 or 9254604. OLE color: 9254604.

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

Color convert

RGB 204 54 141 -
CMYK 0 0.74 0.31 0.2
HSL 325.2º 0.6% 0.51% -
HSV(B) 325.2º 0.74% 0.8% -
XYZ 31.03 17.4 26.92 -
YUV 108.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 204 54 141 0 0.74 0.31 0.2 325.2 0.6 0.51
Hex CC 36 8D 0 4A 1F 14 145 3C 33
Octal 314 66 215 0 112 37 24 505 74 63
Binary 11001100 110110 10001101 0 1001010 11111 10100 101000101 111100 110011

Color Harmonies of #CC368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC368D

Black with #CC368D

Text Example


Text Example

White with #CC368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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