Html Css Color HEX #CC328B Deep Cerise

📋 copy color: '#CC328B'

red 204 ◦ green 50 ◦ blue 139

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

Shades of Deep Cerise #CC328B

Tints of Deep Cerise #CC328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 51.91%
G = 12.72%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC328B (or 0xCC328B) is known color: Deep Cerise. HEX triplet: CC, 32 and 8B. RGB value is (204,50,139). Sum of RGB (Red+Green+Blue) = 204+50+139=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC328B is #33CD74. Grayscale: #696969. Windows color (decimal): -3394933 or 9122508. OLE color: 9122508.

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

Color convert

RGB 204 50 139 -
CMYK 0 0.75 0.32 0.2
HSL 325.32º 0.61% 0.5% -
HSV(B) 325.32º 0.75% 0.8% -
XYZ 30.7 16.98 26.09 -
YUV 106.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 204 50 139 0 0.75 0.32 0.2 325.32 0.61 0.5
Hex CC 32 8B 0 4B 20 14 145 3D 32
Octal 314 62 213 0 113 40 24 505 75 62
Binary 11001100 110010 10001011 0 1001011 100000 10100 101000101 111101 110010

Color Harmonies of #CC328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC328B

Black with #CC328B

Text Example


Text Example

White with #CC328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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