Html Css Color HEX #CC2369 Cerise

📋 copy color: '#CC2369'

red 204 ◦ green 35 ◦ blue 105

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

Shades of Cerise #CC2369

Tints of Cerise #CC2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

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

R = 59.3%
G = 10.17%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC2369 (or 0xCC2369) is known color: Cerise. HEX triplet: CC, 23 and 69. RGB value is (204,35,105). Sum of RGB (Red+Green+Blue) = 204+35+105=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2369 is #33DC96. Grayscale: #5D5D5D. Windows color (decimal): -3398807 or 6890444. OLE color: 6890444.

HSL color Cylindrical-coordinate representation of color #CC2369: hue angle of 335.15º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2369 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 105 -
CMYK 0 0.83 0.49 0.2
HSL 335.15º 0.71% 0.47% -
HSV(B) 335.15º 0.83% 0.8% -
XYZ 28.05 15.06 14.79 -
YUV 93.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 204 35 105 0 0.83 0.49 0.2 335.15 0.71 0.47
Hex CC 23 69 0 53 31 14 14F 47 2F
Octal 314 43 151 0 123 61 24 517 107 57
Binary 11001100 100011 1101001 0 1010011 110001 10100 101001111 1000111 101111

Color Harmonies of #CC2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2369

Black with #CC2369

Text Example


Text Example

White with #CC2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2369; }

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

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

background-color css

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

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

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

border-color css

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

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

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