Html Css Color HEX #CC256E Cerise

📋 copy color: '#CC256E'

red 204 ◦ green 37 ◦ blue 110

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

Shades of Cerise #CC256E

Tints of Cerise #CC256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 58.12%
G = 10.54%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC256E (or 0xCC256E) is known color: Cerise. HEX triplet: CC, 25 and 6E. RGB value is (204,37,110). Sum of RGB (Red+Green+Blue) = 204+37+110=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC256E is #33DA91. Grayscale: #5F5F5F. Windows color (decimal): -3398290 or 7218636. OLE color: 7218636.

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

Color convert

RGB 204 37 110 -
CMYK 0 0.82 0.46 0.2
HSL 333.77º 0.69% 0.47% -
HSV(B) 333.77º 0.82% 0.8% -
XYZ 28.38 15.29 16.21 -
YUV 95.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 204 37 110 0 0.82 0.46 0.2 333.77 0.69 0.47
Hex CC 25 6E 0 52 2E 14 14E 45 2F
Octal 314 45 156 0 122 56 24 516 105 57
Binary 11001100 100101 1101110 0 1010010 101110 10100 101001110 1000101 101111

Color Harmonies of #CC256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC256E

Black with #CC256E

Text Example


Text Example

White with #CC256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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