Html Css Color HEX #CC315C Cerise

📋 copy color: '#CC315C'

red 204 ◦ green 49 ◦ blue 92

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

Shades of Cerise #CC315C

Tints of Cerise #CC315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 59.13%
G = 14.2%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC315C (or 0xCC315C) is known color: Cerise. HEX triplet: CC, 31 and 5C. RGB value is (204,49,92). Sum of RGB (Red+Green+Blue) = 204+49+92=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC315C is #33CEA3. Grayscale: #646464. Windows color (decimal): -3395236 or 6042060. OLE color: 6042060.

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

Color convert

RGB 204 49 92 -
CMYK 0 0.76 0.55 0.2
HSL 343.35º 0.61% 0.5% -
HSV(B) 343.35º 0.76% 0.8% -
XYZ 27.93 15.81 11.7 -
YUV 100.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 204 49 92 0 0.76 0.55 0.2 343.35 0.61 0.5
Hex CC 31 5C 0 4C 37 14 157 3D 32
Octal 314 61 134 0 114 67 24 527 75 62
Binary 11001100 110001 1011100 0 1001100 110111 10100 101010111 111101 110010

Color Harmonies of #CC315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC315C

Black with #CC315C

Text Example


Text Example

White with #CC315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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