Html Css Color HEX #CE1D7F Medium Violet Red

📋 copy color: '#CE1D7F'

red 206 ◦ green 29 ◦ blue 127

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

Shades of Medium Violet Red #CE1D7F

Tints of Medium Violet Red #CE1D7F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

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

R = 56.91%
G = 8.01%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE1D7F (or 0xCE1D7F) is known color: Medium Violet Red. HEX triplet: CE, 1D and 7F. RGB value is (206,29,127). Sum of RGB (Red+Green+Blue) = 206+29+127=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D7F is #31E280. Grayscale: #5C5C5C. Windows color (decimal): -3269249 or 8330702. OLE color: 8330702.

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

Color convert

RGB 206 29 127 -
CMYK 0 0.86 0.38 0.19
HSL 326.78º 0.75% 0.46% -
HSV(B) 326.78º 0.86% 0.81% -
XYZ 29.72 15.53 21.51 -
YUV 93.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 206 29 127 0 0.86 0.38 0.19 326.78 0.75 0.46
Hex CE 1D 7F 0 56 26 13 147 4B 2E
Octal 316 35 177 0 126 46 23 507 113 56
Binary 11001110 11101 1111111 0 1010110 100110 10011 101000111 1001011 101110

Color Harmonies of #CE1D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D7F

Black with #CE1D7F

Text Example


Text Example

White with #CE1D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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