Html Css Color HEX #CE3382 Deep Cerise

📋 copy color: '#CE3382'

red 206 ◦ green 51 ◦ blue 130

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

Shades of Deep Cerise #CE3382

Tints of Deep Cerise #CE3382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 53.23%
G = 13.18%
B = 33.59%

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

#CE3382 (or 0xCE3382) is known color: Deep Cerise. HEX triplet: CE, 33 and 82. RGB value is (206,51,130). Sum of RGB (Red+Green+Blue) = 206+51+130=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3382 is #31CC7D. Grayscale: #6A6A6A. Windows color (decimal): -3263614 or 8532942. OLE color: 8532942.

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

Color convert

RGB 206 51 130 -
CMYK 0 0.75 0.37 0.19
HSL 329.42º 0.61% 0.5% -
HSV(B) 329.42º 0.75% 0.81% -
XYZ 30.67 17.1 22.8 -
YUV 106.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 206 51 130 0 0.75 0.37 0.19 329.42 0.61 0.5
Hex CE 33 82 0 4B 25 13 149 3D 32
Octal 316 63 202 0 113 45 23 511 75 62
Binary 11001110 110011 10000010 0 1001011 100101 10011 101001001 111101 110010

Color Harmonies of #CE3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3382

Black with #CE3382

Text Example


Text Example

White with #CE3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3382; }

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

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

background-color css

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

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

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

border-color css

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

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

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