Html Css Color HEX #CC245B Cerise

📋 copy color: '#CC245B'

red 204 ◦ green 36 ◦ blue 91

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

Shades of Cerise #CC245B

Tints of Cerise #CC245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 61.63%
G = 10.88%
B = 27.49%

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

#CC245B (or 0xCC245B) is known color: Cerise. HEX triplet: CC, 24 and 5B. RGB value is (204,36,91). Sum of RGB (Red+Green+Blue) = 204+36+91=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC245B is #33DBA4. Grayscale: #5C5C5C. Windows color (decimal): -3398565 or 5973196. OLE color: 5973196.

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

Color convert

RGB 204 36 91 -
CMYK 0 0.82 0.55 0.2
HSL 340.36º 0.7% 0.47% -
HSV(B) 340.36º 0.82% 0.8% -
XYZ 27.42 14.85 11.32 -
YUV 92.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 204 36 91 0 0.82 0.55 0.2 340.36 0.7 0.47
Hex CC 24 5B 0 52 37 14 154 46 2F
Octal 314 44 133 0 122 67 24 524 106 57
Binary 11001100 100100 1011011 0 1010010 110111 10100 101010100 1000110 101111

Color Harmonies of #CC245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC245B

Black with #CC245B

Text Example


Text Example

White with #CC245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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