Html Css Color HEX #CC359A Deep Cerise

📋 copy color: '#CC359A'

red 204 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #CC359A

Tints of Deep Cerise #CC359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 49.64%
G = 12.9%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC359A (or 0xCC359A) is known color: Deep Cerise. HEX triplet: CC, 35 and 9A. RGB value is (204,53,154). Sum of RGB (Red+Green+Blue) = 204+53+154=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC359A is #33CA65. Grayscale: #6D6D6D. Windows color (decimal): -3394150 or 10106316. OLE color: 10106316.

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

Color convert

RGB 204 53 154 -
CMYK 0 0.74 0.25 0.2
HSL 319.87º 0.6% 0.5% -
HSV(B) 319.87º 0.74% 0.8% -
XYZ 32.01 17.72 32.3 -
YUV 109.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 204 53 154 0 0.74 0.25 0.2 319.87 0.6 0.5
Hex CC 35 9A 0 4A 19 14 140 3C 32
Octal 314 65 232 0 112 31 24 500 74 62
Binary 11001100 110101 10011010 0 1001010 11001 10100 101000000 111100 110010

Color Harmonies of #CC359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC359A

Black with #CC359A

Text Example


Text Example

White with #CC359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC359A; }

 p { color: rgb(204,53,154); }

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

background-color css

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

 a { background-color: rgb(204,53,154); }

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

border-color css

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

 span { border-color: rgb(204,53,154); }

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