Html Css Color HEX #CC3285 Deep Cerise

📋 copy color: '#CC3285'

red 204 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #CC3285

Tints of Deep Cerise #CC3285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 52.71%
G = 12.92%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC3285 (or 0xCC3285) is known color: Deep Cerise. HEX triplet: CC, 32 and 85. RGB value is (204,50,133). Sum of RGB (Red+Green+Blue) = 204+50+133=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3285 is #33CD7A. Grayscale: #696969. Windows color (decimal): -3394939 or 8729292. OLE color: 8729292.

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

Color convert

RGB 204 50 133 -
CMYK 0 0.75 0.35 0.2
HSL 327.66º 0.61% 0.5% -
HSV(B) 327.66º 0.75% 0.8% -
XYZ 30.28 16.81 23.84 -
YUV 105.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 204 50 133 0 0.75 0.35 0.2 327.66 0.61 0.5
Hex CC 32 85 0 4B 23 14 148 3D 32
Octal 314 62 205 0 113 43 24 510 75 62
Binary 11001100 110010 10000101 0 1001011 100011 10100 101001000 111101 110010

Color Harmonies of #CC3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3285

Black with #CC3285

Text Example


Text Example

White with #CC3285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3285; }

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

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

background-color css

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

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

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

border-color css

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

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

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