Html Css Color HEX #CC3391 Deep Cerise

📋 copy color: '#CC3391'

red 204 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #CC3391

Tints of Deep Cerise #CC3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.75%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 51%
G = 12.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC3391 (or 0xCC3391) is known color: Deep Cerise. HEX triplet: CC, 33 and 91. RGB value is (204,51,145). Sum of RGB (Red+Green+Blue) = 204+51+145=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3391 is #33CC6E. Grayscale: #6B6B6B. Windows color (decimal): -3394671 or 9515980. OLE color: 9515980.

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

Color convert

RGB 204 51 145 -
CMYK 0 0.75 0.29 0.2
HSL 323.14º 0.6% 0.5% -
HSV(B) 323.14º 0.75% 0.8% -
XYZ 31.2 17.25 28.47 -
YUV 107.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 204 51 145 0 0.75 0.29 0.2 323.14 0.6 0.5
Hex CC 33 91 0 4B 1D 14 143 3C 32
Octal 314 63 221 0 113 35 24 503 74 62
Binary 11001100 110011 10010001 0 1001011 11101 10100 101000011 111100 110010

Color Harmonies of #CC3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3391

Black with #CC3391

Text Example


Text Example

White with #CC3391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3391; }

 p { color: rgb(204,51,145); }

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

background-color css

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

 a { background-color: rgb(204,51,145); }

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

border-color css

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

 span { border-color: rgb(204,51,145); }

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