Html Css Color HEX #CC315E Cerise

📋 copy color: '#CC315E'

red 204 ◦ green 49 ◦ blue 94

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

Shades of Cerise #CC315E

Tints of Cerise #CC315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 58.79%
G = 14.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC315E (or 0xCC315E) is known color: Cerise. HEX triplet: CC, 31 and 5E. RGB value is (204,49,94). Sum of RGB (Red+Green+Blue) = 204+49+94=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315E is #33CEA1. Grayscale: #646464. Windows color (decimal): -3395234 or 6173132. OLE color: 6173132.

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

Color convert

RGB 204 49 94 -
CMYK 0 0.76 0.54 0.2
HSL 342.58º 0.61% 0.5% -
HSV(B) 342.58º 0.76% 0.8% -
XYZ 28.02 15.84 12.17 -
YUV 100.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 204 49 94 0 0.76 0.54 0.2 342.58 0.61 0.5
Hex CC 31 5E 0 4C 36 14 157 3D 32
Octal 314 61 136 0 114 66 24 527 75 62
Binary 11001100 110001 1011110 0 1001100 110110 10100 101010111 111101 110010

Color Harmonies of #CC315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC315E

Black with #CC315E

Text Example


Text Example

White with #CC315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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