Html Css Color HEX #CE0B75 Medium Violet Red

📋 copy color: '#CE0B75'

red 206 ◦ green 11 ◦ blue 117

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

Shades of Medium Violet Red #CE0B75

Tints of Medium Violet Red #CE0B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 61.68%
G = 3.29%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE0B75 (or 0xCE0B75) is known color: Medium Violet Red. HEX triplet: CE, 0B and 75. RGB value is (206,11,117). Sum of RGB (Red+Green+Blue) = 206+11+117=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B75 is #31F48A. Grayscale: #515151. Windows color (decimal): -3273867 or 7670734. OLE color: 7670734.

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

Color convert

RGB 206 11 117 -
CMYK 0 0.95 0.43 0.19
HSL 327.38º 0.9% 0.43% -
HSV(B) 327.38º 0.95% 0.81% -
XYZ 28.78 14.65 18.14 -
YUV 81.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 206 11 117 0 0.95 0.43 0.19 327.38 0.9 0.43
Hex CE B 75 0 5F 2B 13 147 5A 2B
Octal 316 13 165 0 137 53 23 507 132 53
Binary 11001110 1011 1110101 0 1011111 101011 10011 101000111 1011010 101011

Color Harmonies of #CE0B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B75

Black with #CE0B75

Text Example


Text Example

White with #CE0B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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