Html Css Color HEX #CC318D Deep Cerise

📋 copy color: '#CC318D'

red 204 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #CC318D

Tints of Deep Cerise #CC318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 51.78%
G = 12.44%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC318D (or 0xCC318D) is known color: Deep Cerise. HEX triplet: CC, 31 and 8D. RGB value is (204,49,141). Sum of RGB (Red+Green+Blue) = 204+49+141=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC318D is #33CE72. Grayscale: #696969. Windows color (decimal): -3395187 or 9253324. OLE color: 9253324.

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

Color convert

RGB 204 49 141 -
CMYK 0 0.76 0.31 0.2
HSL 324.39º 0.61% 0.5% -
HSV(B) 324.39º 0.76% 0.8% -
XYZ 30.81 16.96 26.85 -
YUV 105.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 204 49 141 0 0.76 0.31 0.2 324.39 0.61 0.5
Hex CC 31 8D 0 4C 1F 14 144 3D 32
Octal 314 61 215 0 114 37 24 504 75 62
Binary 11001100 110001 10001101 0 1001100 11111 10100 101000100 111101 110010

Color Harmonies of #CC318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC318D

Black with #CC318D

Text Example


Text Example

White with #CC318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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