Html Css Color HEX #CE3482 Deep Cerise

📋 copy color: '#CE3482'

red 206 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #CE3482

Tints of Deep Cerise #CE3482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 53.09%
G = 13.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE3482 (or 0xCE3482) is known color: Deep Cerise. HEX triplet: CE, 34 and 82. RGB value is (206,52,130). Sum of RGB (Red+Green+Blue) = 206+52+130=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3482 is #31CB7D. Grayscale: #6A6A6A. Windows color (decimal): -3263358 or 8533198. OLE color: 8533198.

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

Color convert

RGB 206 52 130 -
CMYK 0 0.75 0.37 0.19
HSL 329.61º 0.61% 0.51% -
HSV(B) 329.61º 0.75% 0.81% -
XYZ 30.71 17.19 22.82 -
YUV 106.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 206 52 130 0 0.75 0.37 0.19 329.61 0.61 0.51
Hex CE 34 82 0 4B 25 13 14A 3D 33
Octal 316 64 202 0 113 45 23 512 75 63
Binary 11001110 110100 10000010 0 1001011 100101 10011 101001010 111101 110011

Color Harmonies of #CE3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3482

Black with #CE3482

Text Example


Text Example

White with #CE3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3482; }

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

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

background-color css

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

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

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

border-color css

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

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

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