Html Css Color HEX #CC2267 Cerise

📋 copy color: '#CC2267'

red 204 ◦ green 34 ◦ blue 103

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

Shades of Cerise #CC2267

Tints of Cerise #CC2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 59.82%
G = 9.97%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC2267 (or 0xCC2267) is known color: Cerise. HEX triplet: CC, 22 and 67. RGB value is (204,34,103). Sum of RGB (Red+Green+Blue) = 204+34+103=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2267 is #33DD98. Grayscale: #5C5C5C. Windows color (decimal): -3399065 or 6759116. OLE color: 6759116.

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

Color convert

RGB 204 34 103 -
CMYK 0 0.83 0.50 0.2
HSL 335.65º 0.71% 0.47% -
HSV(B) 335.65º 0.83% 0.8% -
XYZ 27.92 14.96 14.25 -
YUV 92.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 204 34 103 0 0.83 0.50 0.2 335.65 0.71 0.47
Hex CC 22 67 0 53 32 14 150 47 2F
Octal 314 42 147 0 123 62 24 520 107 57
Binary 11001100 100010 1100111 0 1010011 110010 10100 101010000 1000111 101111

Color Harmonies of #CC2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2267

Black with #CC2267

Text Example


Text Example

White with #CC2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2267; }

 p { color: rgb(204,34,103); }

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

background-color css

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

 a { background-color: rgb(204,34,103); }

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

border-color css

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

 span { border-color: rgb(204,34,103); }

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