Html Css Color HEX #CE2A7A Deep Cerise

📋 copy color: '#CE2A7A'

red 206 ◦ green 42 ◦ blue 122

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

Shades of Deep Cerise #CE2A7A

Tints of Deep Cerise #CE2A7A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.35%

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

R = 55.68%
G = 11.35%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE2A7A (or 0xCE2A7A) is known color: Deep Cerise. HEX triplet: CE, 2A and 7A. RGB value is (206,42,122). Sum of RGB (Red+Green+Blue) = 206+42+122=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A7A is #31D585. Grayscale: #646464. Windows color (decimal): -3265926 or 8006350. OLE color: 8006350.

HSL color Cylindrical-coordinate representation of color #CE2A7A: hue angle of 330.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A7A is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 122 -
CMYK 0 0.80 0.41 0.19
HSL 330.73º 0.66% 0.49% -
HSV(B) 330.73º 0.8% 0.81% -
XYZ 29.79 16.18 19.97 -
YUV 100.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 206 42 122 0 0.80 0.41 0.19 330.73 0.66 0.49
Hex CE 2A 7A 0 50 29 13 14B 42 31
Octal 316 52 172 0 120 51 23 513 102 61
Binary 11001110 101010 1111010 0 1010000 101001 10011 101001011 1000010 110001

Color Harmonies of #CE2A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A7A

Black with #CE2A7A

Text Example


Text Example

White with #CE2A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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