Html Css Color HEX #CE3B7A Deep Cerise

📋 copy color: '#CE3B7A'

red 206 ◦ green 59 ◦ blue 122

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

Shades of Deep Cerise #CE3B7A

Tints of Deep Cerise #CE3B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.25%

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

R = 53.23%
G = 15.25%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE3B7A (or 0xCE3B7A) is known color: Deep Cerise. HEX triplet: CE, 3B and 7A. RGB value is (206,59,122). Sum of RGB (Red+Green+Blue) = 206+59+122=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B7A is #31C485. Grayscale: #6E6E6E. Windows color (decimal): -3261574 or 8010702. OLE color: 8010702.

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

Color convert

RGB 206 59 122 -
CMYK 0 0.71 0.41 0.19
HSL 334.29º 0.6% 0.52% -
HSV(B) 334.29º 0.71% 0.81% -
XYZ 30.53 17.65 20.21 -
YUV 110.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 206 59 122 0 0.71 0.41 0.19 334.29 0.6 0.52
Hex CE 3B 7A 0 47 29 13 14E 3C 34
Octal 316 73 172 0 107 51 23 516 74 64
Binary 11001110 111011 1111010 0 1000111 101001 10011 101001110 111100 110100

Color Harmonies of #CE3B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B7A

Black with #CE3B7A

Text Example


Text Example

White with #CE3B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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