Html Css Color HEX #CE3A8B Deep Cerise

📋 copy color: '#CE3A8B'

red 206 ◦ green 58 ◦ blue 139

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

Shades of Deep Cerise #CE3A8B

Tints of Deep Cerise #CE3A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 51.12%
G = 14.39%
B = 34.49%

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

#CE3A8B (or 0xCE3A8B) is known color: Deep Cerise. HEX triplet: CE, 3A and 8B. RGB value is (206,58,139). Sum of RGB (Red+Green+Blue) = 206+58+139=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3A8B is #31C574. Grayscale: #6F6F6F. Windows color (decimal): -3261813 or 9124558. OLE color: 9124558.

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

Color convert

RGB 206 58 139 -
CMYK 0 0.72 0.33 0.19
HSL 327.16º 0.6% 0.52% -
HSV(B) 327.16º 0.72% 0.81% -
XYZ 31.63 18.01 26.24 -
YUV 111.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 206 58 139 0 0.72 0.33 0.19 327.16 0.6 0.52
Hex CE 3A 8B 0 48 21 13 147 3C 34
Octal 316 72 213 0 110 41 23 507 74 64
Binary 11001110 111010 10001011 0 1001000 100001 10011 101000111 111100 110100

Color Harmonies of #CE3A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A8B

Black with #CE3A8B

Text Example


Text Example

White with #CE3A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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