Html Css Color HEX #CC327B Deep Cerise

📋 copy color: '#CC327B'

red 204 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #CC327B

Tints of Deep Cerise #CC327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 54.11%
G = 13.26%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC327B (or 0xCC327B) is known color: Deep Cerise. HEX triplet: CC, 32 and 7B. RGB value is (204,50,123). Sum of RGB (Red+Green+Blue) = 204+50+123=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327B is #33CD84. Grayscale: #686868. Windows color (decimal): -3394949 or 8073932. OLE color: 8073932.

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

Color convert

RGB 204 50 123 -
CMYK 0 0.75 0.40 0.2
HSL 331.56º 0.61% 0.5% -
HSV(B) 331.56º 0.75% 0.8% -
XYZ 29.62 16.55 20.37 -
YUV 104.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 204 50 123 0 0.75 0.40 0.2 331.56 0.61 0.5
Hex CC 32 7B 0 4B 28 14 14C 3D 32
Octal 314 62 173 0 113 50 24 514 75 62
Binary 11001100 110010 1111011 0 1001011 101000 10100 101001100 111101 110010

Color Harmonies of #CC327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC327B

Black with #CC327B

Text Example


Text Example

White with #CC327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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