Html Css Color HEX #CE3E7A Deep Cerise

📋 copy color: '#CE3E7A'

red 206 ◦ green 62 ◦ blue 122

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

Shades of Deep Cerise #CE3E7A

Tints of Deep Cerise #CE3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.9%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 52.82%
G = 15.9%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE3E7A (or 0xCE3E7A) is known color: Deep Cerise. HEX triplet: CE, 3E and 7A. RGB value is (206,62,122). Sum of RGB (Red+Green+Blue) = 206+62+122=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E7A is #31C185. Grayscale: #6F6F6F. Windows color (decimal): -3260806 or 8011470. OLE color: 8011470.

HSL color Cylindrical-coordinate representation of color #CE3E7A: hue angle of 335º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E7A is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 122 -
CMYK 0 0.70 0.41 0.19
HSL 335º 0.6% 0.53% -
HSV(B) 335º 0.7% 0.81% -
XYZ 30.69 17.97 20.26 -
YUV 111.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 206 62 122 0 0.70 0.41 0.19 335 0.6 0.53
Hex CE 3E 7A 0 46 29 13 14F 3C 35
Octal 316 76 172 0 106 51 23 517 74 65
Binary 11001110 111110 1111010 0 1000110 101001 10011 101001111 111100 110101

Color Harmonies of #CE3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E7A

Black with #CE3E7A

Text Example


Text Example

White with #CE3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E7A; }

 p { color: rgb(206,62,122); }

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

background-color css

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

 a { background-color: rgb(206,62,122); }

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

border-color css

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

 span { border-color: rgb(206,62,122); }

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