Html Css Color HEX #CE3A8A Deep Cerise

📋 copy color: '#CE3A8A'

red 206 ◦ green 58 ◦ blue 138

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

Shades of Deep Cerise #CE3A8A

Tints of Deep Cerise #CE3A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.43%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 51.24%
G = 14.43%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE3A8A (or 0xCE3A8A) is known color: Deep Cerise. HEX triplet: CE, 3A and 8A. RGB value is (206,58,138). Sum of RGB (Red+Green+Blue) = 206+58+138=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A8A is #31C575. Grayscale: #6F6F6F. Windows color (decimal): -3261814 or 9059022. OLE color: 9059022.

HSL color Cylindrical-coordinate representation of color #CE3A8A: hue angle of 327.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3A8A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 58 138 -
CMYK 0 0.72 0.33 0.19
HSL 327.57º 0.6% 0.52% -
HSV(B) 327.57º 0.72% 0.81% -
XYZ 31.55 17.98 25.85 -
YUV 111.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 206 58 138 0 0.72 0.33 0.19 327.57 0.6 0.52
Hex CE 3A 8A 0 48 21 13 148 3C 34
Octal 316 72 212 0 110 41 23 510 74 64
Binary 11001110 111010 10001010 0 1001000 100001 10011 101001000 111100 110100

Color Harmonies of #CE3A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A8A

Black with #CE3A8A

Text Example


Text Example

White with #CE3A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A8A; }

 p { color: rgb(206,58,138); }

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

background-color css

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

 a { background-color: rgb(206,58,138); }

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

border-color css

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

 span { border-color: rgb(206,58,138); }

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