Html Css Color HEX #CC388D Deep Cerise

📋 copy color: '#CC388D'

red 204 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #CC388D

Tints of Deep Cerise #CC388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.97%

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

R = 50.87%
G = 13.97%
B = 35.16%

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

#CC388D (or 0xCC388D) is known color: Deep Cerise. HEX triplet: CC, 38 and 8D. RGB value is (204,56,141). Sum of RGB (Red+Green+Blue) = 204+56+141=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC388D is #33C772. Grayscale: #6D6D6D. Windows color (decimal): -3393395 or 9255116. OLE color: 9255116.

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

Color convert

RGB 204 56 141 -
CMYK 0 0.73 0.31 0.2
HSL 325.54º 0.59% 0.51% -
HSV(B) 325.54º 0.73% 0.8% -
XYZ 31.12 17.59 26.95 -
YUV 109.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 204 56 141 0 0.73 0.31 0.2 325.54 0.59 0.51
Hex CC 38 8D 0 49 1F 14 146 3B 33
Octal 314 70 215 0 111 37 24 506 73 63
Binary 11001100 111000 10001101 0 1001001 11111 10100 101000110 111011 110011

Color Harmonies of #CC388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC388D

Black with #CC388D

Text Example


Text Example

White with #CC388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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