Html Css Color HEX #CC3293 Deep Cerise

📋 copy color: '#CC3293'

red 204 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #CC3293

Tints of Deep Cerise #CC3293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 50.87%
G = 12.47%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC3293 (or 0xCC3293) is known color: Deep Cerise. HEX triplet: CC, 32 and 93. RGB value is (204,50,147). Sum of RGB (Red+Green+Blue) = 204+50+147=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3293 is #33CD6C. Grayscale: #6A6A6A. Windows color (decimal): -3394925 or 9646796. OLE color: 9646796.

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

Color convert

RGB 204 50 147 -
CMYK 0 0.75 0.28 0.2
HSL 322.21º 0.61% 0.5% -
HSV(B) 322.21º 0.75% 0.8% -
XYZ 31.31 17.23 29.28 -
YUV 107.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 204 50 147 0 0.75 0.28 0.2 322.21 0.61 0.5
Hex CC 32 93 0 4B 1C 14 142 3D 32
Octal 314 62 223 0 113 34 24 502 75 62
Binary 11001100 110010 10010011 0 1001011 11100 10100 101000010 111101 110010

Color Harmonies of #CC3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3293

Black with #CC3293

Text Example


Text Example

White with #CC3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3293; }

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

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

background-color css

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

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

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

border-color css

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

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

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