Html Css Color HEX #CC245C Cerise

📋 copy color: '#CC245C'

red 204 ◦ green 36 ◦ blue 92

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

Shades of Cerise #CC245C

Tints of Cerise #CC245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 61.45%
G = 10.84%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC245C (or 0xCC245C) is known color: Cerise. HEX triplet: CC, 24 and 5C. RGB value is (204,36,92). Sum of RGB (Red+Green+Blue) = 204+36+92=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC245C is #33DBA3. Grayscale: #5C5C5C. Windows color (decimal): -3398564 or 6038732. OLE color: 6038732.

HSL color Cylindrical-coordinate representation of color #CC245C: hue angle of 340º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC245C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 92 -
CMYK 0 0.82 0.55 0.2
HSL 340º 0.7% 0.47% -
HSV(B) 340º 0.82% 0.8% -
XYZ 27.46 14.87 11.55 -
YUV 92.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 204 36 92 0 0.82 0.55 0.2 340 0.7 0.47
Hex CC 24 5C 0 52 37 14 154 46 2F
Octal 314 44 134 0 122 67 24 524 106 57
Binary 11001100 100100 1011100 0 1010010 110111 10100 101010100 1000110 101111

Color Harmonies of #CC245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC245C

Black with #CC245C

Text Example


Text Example

White with #CC245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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