Html Css Color HEX #CC3190 Deep Cerise

📋 copy color: '#CC3190'

red 204 ◦ green 49 ◦ blue 144

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

Shades of Deep Cerise #CC3190

Tints of Deep Cerise #CC3190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 51.39%
G = 12.34%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC3190 (or 0xCC3190) is known color: Deep Cerise. HEX triplet: CC, 31 and 90. RGB value is (204,49,144). Sum of RGB (Red+Green+Blue) = 204+49+144=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3190 is #33CE6F. Grayscale: #696969. Windows color (decimal): -3395184 or 9449932. OLE color: 9449932.

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

Color convert

RGB 204 49 144 -
CMYK 0 0.76 0.29 0.2
HSL 323.23º 0.61% 0.5% -
HSV(B) 323.23º 0.76% 0.8% -
XYZ 31.03 17.05 28.04 -
YUV 106.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 204 49 144 0 0.76 0.29 0.2 323.23 0.61 0.5
Hex CC 31 90 0 4C 1D 14 143 3D 32
Octal 314 61 220 0 114 35 24 503 75 62
Binary 11001100 110001 10010000 0 1001100 11101 10100 101000011 111101 110010

Color Harmonies of #CC3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3190

Black with #CC3190

Text Example


Text Example

White with #CC3190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3190; }

 p { color: rgb(204,49,144); }

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

background-color css

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

 a { background-color: rgb(204,49,144); }

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

border-color css

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

 span { border-color: rgb(204,49,144); }

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