Html Css Color HEX #CC2785 Deep Cerise

📋 copy color: '#CC2785'

red 204 ◦ green 39 ◦ blue 133

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

Shades of Deep Cerise #CC2785

Tints of Deep Cerise #CC2785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

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

R = 54.26%
G = 10.37%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2785 (or 0xCC2785) is known color: Deep Cerise. HEX triplet: CC, 27 and 85. RGB value is (204,39,133). Sum of RGB (Red+Green+Blue) = 204+39+133=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2785 is #33D87A. Grayscale: #626262. Windows color (decimal): -3397755 or 8726476. OLE color: 8726476.

HSL color Cylindrical-coordinate representation of color #CC2785: hue angle of 325.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2785 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 133 -
CMYK 0 0.81 0.35 0.2
HSL 325.82º 0.68% 0.48% -
HSV(B) 325.82º 0.81% 0.8% -
XYZ 29.86 15.98 23.7 -
YUV 99.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 204 39 133 0 0.81 0.35 0.2 325.82 0.68 0.48
Hex CC 27 85 0 51 23 14 146 44 30
Octal 314 47 205 0 121 43 24 506 104 60
Binary 11001100 100111 10000101 0 1010001 100011 10100 101000110 1000100 110000

Color Harmonies of #CC2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2785

Black with #CC2785

Text Example


Text Example

White with #CC2785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2785; }

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

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

background-color css

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

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

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

border-color css

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

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

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