Html Css Color HEX #CE3485 Deep Cerise

📋 copy color: '#CE3485'

red 206 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #CE3485

Tints of Deep Cerise #CE3485

RGB

 RED value IS 206 (80.86% from 255) = 52.69%

 GREEN value IS 52 (20.7% from 255) = 13.3%

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

R = 52.69%
G = 13.3%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE3485 (or 0xCE3485) is known color: Deep Cerise. HEX triplet: CE, 34 and 85. RGB value is (206,52,133). Sum of RGB (Red+Green+Blue) = 206+52+133=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3485 is #31CB7A. Grayscale: #6B6B6B. Windows color (decimal): -3263355 or 8729806. OLE color: 8729806.

HSL color Cylindrical-coordinate representation of color #CE3485: hue angle of 328.44º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3485 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 133 -
CMYK 0 0.75 0.35 0.19
HSL 328.44º 0.61% 0.51% -
HSV(B) 328.44º 0.75% 0.81% -
XYZ 30.92 17.27 23.89 -
YUV 107.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 206 52 133 0 0.75 0.35 0.19 328.44 0.61 0.51
Hex CE 34 85 0 4B 23 13 148 3D 33
Octal 316 64 205 0 113 43 23 510 75 63
Binary 11001110 110100 10000101 0 1001011 100011 10011 101001000 111101 110011

Color Harmonies of #CE3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3485

Black with #CE3485

Text Example


Text Example

White with #CE3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3485; }

 p { color: rgb(206,52,133); }

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

background-color css

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

 a { background-color: rgb(206,52,133); }

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

border-color css

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

 span { border-color: rgb(206,52,133); }

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