Html Css Color HEX #CE0B7E Medium Violet Red

📋 copy color: '#CE0B7E'

red 206 ◦ green 11 ◦ blue 126

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

Shades of Medium Violet Red #CE0B7E

Tints of Medium Violet Red #CE0B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.21%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 60.06%
G = 3.21%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE0B7E (or 0xCE0B7E) is known color: Medium Violet Red. HEX triplet: CE, 0B and 7E. RGB value is (206,11,126). Sum of RGB (Red+Green+Blue) = 206+11+126=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B7E is #31F481. Grayscale: #525252. Windows color (decimal): -3273858 or 8260558. OLE color: 8260558.

HSL color Cylindrical-coordinate representation of color #CE0B7E: hue angle of 324.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B7E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 126 -
CMYK 0 0.95 0.39 0.19
HSL 324.62º 0.9% 0.43% -
HSV(B) 324.62º 0.95% 0.81% -
XYZ 29.34 14.87 21.06 -
YUV 82.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 206 11 126 0 0.95 0.39 0.19 324.62 0.9 0.43
Hex CE B 7E 0 5F 27 13 145 5A 2B
Octal 316 13 176 0 137 47 23 505 132 53
Binary 11001110 1011 1111110 0 1011111 100111 10011 101000101 1011010 101011

Color Harmonies of #CE0B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B7E

Black with #CE0B7E

Text Example


Text Example

White with #CE0B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B7E; }

 p { color: rgb(206,11,126); }

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

background-color css

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

 a { background-color: rgb(206,11,126); }

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

border-color css

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

 span { border-color: rgb(206,11,126); }

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