Html Css Color HEX #CC3985 Deep Cerise

📋 copy color: '#CC3985'

red 204 ◦ green 57 ◦ blue 133

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

Shades of Deep Cerise #CC3985

Tints of Deep Cerise #CC3985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.47%

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

R = 51.78%
G = 14.47%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC3985 (or 0xCC3985) is known color: Deep Cerise. HEX triplet: CC, 39 and 85. RGB value is (204,57,133). Sum of RGB (Red+Green+Blue) = 204+57+133=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3985 is #33C67A. Grayscale: #6D6D6D. Windows color (decimal): -3393147 or 8731084. OLE color: 8731084.

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

Color convert

RGB 204 57 133 -
CMYK 0 0.72 0.35 0.2
HSL 328.98º 0.59% 0.51% -
HSV(B) 328.98º 0.72% 0.8% -
XYZ 30.6 17.46 23.95 -
YUV 109.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 204 57 133 0 0.72 0.35 0.2 328.98 0.59 0.51
Hex CC 39 85 0 48 23 14 149 3B 33
Octal 314 71 205 0 110 43 24 511 73 63
Binary 11001100 111001 10000101 0 1001000 100011 10100 101001001 111011 110011

Color Harmonies of #CC3985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3985

Black with #CC3985

Text Example


Text Example

White with #CC3985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3985; }

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

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

background-color css

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

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

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

border-color css

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

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

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