Html Css Color HEX #CC2569 Cerise

📋 copy color: '#CC2569'

red 204 ◦ green 37 ◦ blue 105

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

Shades of Cerise #CC2569

Tints of Cerise #CC2569

RGB

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

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

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

R = 58.96%
G = 10.69%
B = 30.35%

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

#CC2569 (or 0xCC2569) is known color: Cerise. HEX triplet: CC, 25 and 69. RGB value is (204,37,105). Sum of RGB (Red+Green+Blue) = 204+37+105=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2569 is #33DA96. Grayscale: #5E5E5E. Windows color (decimal): -3398295 or 6890956. OLE color: 6890956.

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

Color convert

RGB 204 37 105 -
CMYK 0 0.82 0.49 0.2
HSL 335.57º 0.69% 0.47% -
HSV(B) 335.57º 0.82% 0.8% -
XYZ 28.11 15.18 14.81 -
YUV 94.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 204 37 105 0 0.82 0.49 0.2 335.57 0.69 0.47
Hex CC 25 69 0 52 31 14 150 45 2F
Octal 314 45 151 0 122 61 24 520 105 57
Binary 11001100 100101 1101001 0 1010010 110001 10100 101010000 1000101 101111

Color Harmonies of #CC2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2569

Black with #CC2569

Text Example


Text Example

White with #CC2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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