Html Css Color HEX #CC326F Cerise

📋 copy color: '#CC326F'

red 204 ◦ green 50 ◦ blue 111

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

Shades of Cerise #CC326F

Tints of Cerise #CC326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 55.89%
G = 13.7%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC326F (or 0xCC326F) is known color: Cerise. HEX triplet: CC, 32 and 6F. RGB value is (204,50,111). Sum of RGB (Red+Green+Blue) = 204+50+111=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326F is #33CD90. Grayscale: #666666. Windows color (decimal): -3394961 or 7287500. OLE color: 7287500.

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

Color convert

RGB 204 50 111 -
CMYK 0 0.75 0.46 0.2
HSL 336.23º 0.61% 0.5% -
HSV(B) 336.23º 0.75% 0.8% -
XYZ 28.91 16.27 16.65 -
YUV 103 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 204 50 111 0 0.75 0.46 0.2 336.23 0.61 0.5
Hex CC 32 6F 0 4B 2E 14 150 3D 32
Octal 314 62 157 0 113 56 24 520 75 62
Binary 11001100 110010 1101111 0 1001011 101110 10100 101010000 111101 110010

Color Harmonies of #CC326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC326F

Black with #CC326F

Text Example


Text Example

White with #CC326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC326F; }

 p { color: rgb(204,50,111); }

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

background-color css

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

 a { background-color: rgb(204,50,111); }

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

border-color css

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

 span { border-color: rgb(204,50,111); }

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