Html Css Color HEX #CC2164 Cerise

📋 copy color: '#CC2164'

red 204 ◦ green 33 ◦ blue 100

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

Shades of Cerise #CC2164

Tints of Cerise #CC2164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 60.53%
G = 9.79%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC2164 (or 0xCC2164) is known color: Cerise. HEX triplet: CC, 21 and 64. RGB value is (204,33,100). Sum of RGB (Red+Green+Blue) = 204+33+100=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2164 is #33DE9B. Grayscale: #5B5B5B. Windows color (decimal): -3399324 or 6562252. OLE color: 6562252.

HSL color Cylindrical-coordinate representation of color #CC2164: hue angle of 336.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2164 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 100 -
CMYK 0 0.84 0.51 0.2
HSL 336.49º 0.72% 0.46% -
HSV(B) 336.49º 0.84% 0.8% -
XYZ 27.75 14.85 13.46 -
YUV 91.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 204 33 100 0 0.84 0.51 0.2 336.49 0.72 0.46
Hex CC 21 64 0 54 33 14 150 48 2E
Octal 314 41 144 0 124 63 24 520 110 56
Binary 11001100 100001 1100100 0 1010100 110011 10100 101010000 1001000 101110

Color Harmonies of #CC2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2164

Black with #CC2164

Text Example


Text Example

White with #CC2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2164; }

 p { color: rgb(204,33,100); }

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

background-color css

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

 a { background-color: rgb(204,33,100); }

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

border-color css

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

 span { border-color: rgb(204,33,100); }

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