Html Css Color HEX #CC2469 Cerise

📋 copy color: '#CC2469'

red 204 ◦ green 36 ◦ blue 105

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

Shades of Cerise #CC2469

Tints of Cerise #CC2469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 59.13%
G = 10.43%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC2469 (or 0xCC2469) is known color: Cerise. HEX triplet: CC, 24 and 69. RGB value is (204,36,105). Sum of RGB (Red+Green+Blue) = 204+36+105=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2469 is #33DB96. Grayscale: #5D5D5D. Windows color (decimal): -3398551 or 6890700. OLE color: 6890700.

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

Color convert

RGB 204 36 105 -
CMYK 0 0.82 0.49 0.2
HSL 335.36º 0.7% 0.47% -
HSV(B) 335.36º 0.82% 0.8% -
XYZ 28.08 15.12 14.8 -
YUV 94.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 204 36 105 0 0.82 0.49 0.2 335.36 0.7 0.47
Hex CC 24 69 0 52 31 14 14F 46 2F
Octal 314 44 151 0 122 61 24 517 106 57
Binary 11001100 100100 1101001 0 1010010 110001 10100 101001111 1000110 101111

Color Harmonies of #CC2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2469

Black with #CC2469

Text Example


Text Example

White with #CC2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2469; }

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

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

background-color css

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

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

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

border-color css

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

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

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