Html Css Color HEX #CE0F7F Medium Violet Red

📋 copy color: '#CE0F7F'

red 206 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #CE0F7F

Tints of Medium Violet Red #CE0F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.31%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 59.2%
G = 4.31%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE0F7F (or 0xCE0F7F) is known color: Medium Violet Red. HEX triplet: CE, 0F and 7F. RGB value is (206,15,127). Sum of RGB (Red+Green+Blue) = 206+15+127=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F7F is #31F080. Grayscale: #545454. Windows color (decimal): -3272833 or 8327118. OLE color: 8327118.

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

Color convert

RGB 206 15 127 -
CMYK 0 0.93 0.38 0.19
HSL 324.82º 0.86% 0.43% -
HSV(B) 324.82º 0.93% 0.81% -
XYZ 29.46 15 21.42 -
YUV 84.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 206 15 127 0 0.93 0.38 0.19 324.82 0.86 0.43
Hex CE F 7F 0 5D 26 13 145 56 2B
Octal 316 17 177 0 135 46 23 505 126 53
Binary 11001110 1111 1111111 0 1011101 100110 10011 101000101 1010110 101011

Color Harmonies of #CE0F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F7F

Black with #CE0F7F

Text Example


Text Example

White with #CE0F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F7F; }

 p { color: rgb(206,15,127); }

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

background-color css

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

 a { background-color: rgb(206,15,127); }

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

border-color css

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

 span { border-color: rgb(206,15,127); }

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