Html Css Color HEX #CE3481 Deep Cerise

📋 copy color: '#CE3481'

red 206 ◦ green 52 ◦ blue 129

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

Shades of Deep Cerise #CE3481

Tints of Deep Cerise #CE3481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 53.23%
G = 13.44%
B = 33.33%

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

#CE3481 (or 0xCE3481) is known color: Deep Cerise. HEX triplet: CE, 34 and 81. RGB value is (206,52,129). Sum of RGB (Red+Green+Blue) = 206+52+129=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3481 is #31CB7E. Grayscale: #6A6A6A. Windows color (decimal): -3263359 or 8467662. OLE color: 8467662.

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

Color convert

RGB 206 52 129 -
CMYK 0 0.75 0.37 0.19
HSL 330º 0.61% 0.51% -
HSV(B) 330º 0.75% 0.81% -
XYZ 30.64 17.16 22.47 -
YUV 106.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 206 52 129 0 0.75 0.37 0.19 330 0.61 0.51
Hex CE 34 81 0 4B 25 13 14A 3D 33
Octal 316 64 201 0 113 45 23 512 75 63
Binary 11001110 110100 10000001 0 1001011 100101 10011 101001010 111101 110011

Color Harmonies of #CE3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3481

Black with #CE3481

Text Example


Text Example

White with #CE3481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3481; }

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

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

background-color css

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

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

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

border-color css

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

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

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