Html Css Color HEX #CC3294 Deep Cerise

📋 copy color: '#CC3294'

red 204 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #CC3294

Tints of Deep Cerise #CC3294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 50.75%
G = 12.44%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC3294 (or 0xCC3294) is known color: Deep Cerise. HEX triplet: CC, 32 and 94. RGB value is (204,50,148). Sum of RGB (Red+Green+Blue) = 204+50+148=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3294 is #33CD6B. Grayscale: #6A6A6A. Windows color (decimal): -3394924 or 9712332. OLE color: 9712332.

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

Color convert

RGB 204 50 148 -
CMYK 0 0.75 0.27 0.2
HSL 321.82º 0.61% 0.5% -
HSV(B) 321.82º 0.75% 0.8% -
XYZ 31.39 17.26 29.69 -
YUV 107.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 204 50 148 0 0.75 0.27 0.2 321.82 0.61 0.5
Hex CC 32 94 0 4B 1B 14 142 3D 32
Octal 314 62 224 0 113 33 24 502 75 62
Binary 11001100 110010 10010100 0 1001011 11011 10100 101000010 111101 110010

Color Harmonies of #CC3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3294

Black with #CC3294

Text Example


Text Example

White with #CC3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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