Html Css Color HEX #CC255F Cerise

📋 copy color: '#CC255F'

red 204 ◦ green 37 ◦ blue 95

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

Shades of Cerise #CC255F

Tints of Cerise #CC255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 60.71%
G = 11.01%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC255F (or 0xCC255F) is known color: Cerise. HEX triplet: CC, 25 and 5F. RGB value is (204,37,95). Sum of RGB (Red+Green+Blue) = 204+37+95=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255F is #33DAA0. Grayscale: #5D5D5D. Windows color (decimal): -3398305 or 6235596. OLE color: 6235596.

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

Color convert

RGB 204 37 95 -
CMYK 0 0.82 0.53 0.2
HSL 339.16º 0.69% 0.47% -
HSV(B) 339.16º 0.82% 0.8% -
XYZ 27.63 14.99 12.26 -
YUV 93.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 204 37 95 0 0.82 0.53 0.2 339.16 0.69 0.47
Hex CC 25 5F 0 52 35 14 153 45 2F
Octal 314 45 137 0 122 65 24 523 105 57
Binary 11001100 100101 1011111 0 1010010 110101 10100 101010011 1000101 101111

Color Harmonies of #CC255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC255F

Black with #CC255F

Text Example


Text Example

White with #CC255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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