Html Css Color HEX #CE3479 Deep Cerise

📋 copy color: '#CE3479'

red 206 ◦ green 52 ◦ blue 121

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

Shades of Deep Cerise #CE3479

Tints of Deep Cerise #CE3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 54.35%
G = 13.72%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE3479 (or 0xCE3479) is known color: Deep Cerise. HEX triplet: CE, 34 and 79. RGB value is (206,52,121). Sum of RGB (Red+Green+Blue) = 206+52+121=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3479 is #31CB86. Grayscale: #696969. Windows color (decimal): -3263367 or 7943374. OLE color: 7943374.

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

Color convert

RGB 206 52 121 -
CMYK 0 0.75 0.41 0.19
HSL 333.12º 0.61% 0.51% -
HSV(B) 333.12º 0.75% 0.81% -
XYZ 30.13 16.96 19.77 -
YUV 105.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 206 52 121 0 0.75 0.41 0.19 333.12 0.61 0.51
Hex CE 34 79 0 4B 29 13 14D 3D 33
Octal 316 64 171 0 113 51 23 515 75 63
Binary 11001110 110100 1111001 0 1001011 101001 10011 101001101 111101 110011

Color Harmonies of #CE3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3479

Black with #CE3479

Text Example


Text Example

White with #CE3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3479; }

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

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

background-color css

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

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

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

border-color css

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

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

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