Html Css Color HEX #CC255E Cerise

📋 copy color: '#CC255E'

red 204 ◦ green 37 ◦ blue 94

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

Shades of Cerise #CC255E

Tints of Cerise #CC255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 60.9%
G = 11.04%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC255E (or 0xCC255E) is known color: Cerise. HEX triplet: CC, 25 and 5E. RGB value is (204,37,94). Sum of RGB (Red+Green+Blue) = 204+37+94=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255E is #33DAA1. Grayscale: #5D5D5D. Windows color (decimal): -3398306 or 6170060. OLE color: 6170060.

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

Color convert

RGB 204 37 94 -
CMYK 0 0.82 0.54 0.2
HSL 339.52º 0.69% 0.47% -
HSV(B) 339.52º 0.82% 0.8% -
XYZ 27.58 14.97 12.03 -
YUV 93.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 204 37 94 0 0.82 0.54 0.2 339.52 0.69 0.47
Hex CC 25 5E 0 52 36 14 154 45 2F
Octal 314 45 136 0 122 66 24 524 105 57
Binary 11001100 100101 1011110 0 1010010 110110 10100 101010100 1000101 101111

Color Harmonies of #CC255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC255E

Black with #CC255E

Text Example


Text Example

White with #CC255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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