Html Css Color HEX #CE0574 Medium Violet Red

📋 copy color: '#CE0574'

red 206 ◦ green 5 ◦ blue 116

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

Shades of Medium Violet Red #CE0574

Tints of Medium Violet Red #CE0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 63%
G = 1.53%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0574 (or 0xCE0574) is known color: Medium Violet Red. HEX triplet: CE, 05 and 74. RGB value is (206,5,116). Sum of RGB (Red+Green+Blue) = 206+5+116=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0574 is #31FA8B. Grayscale: #4D4D4D. Windows color (decimal): -3275404 or 7603662. OLE color: 7603662.

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

Color convert

RGB 206 5 116 -
CMYK 0 0.98 0.44 0.19
HSL 326.87º 0.95% 0.41% -
HSV(B) 326.87º 0.98% 0.81% -
XYZ 28.66 14.49 17.81 -
YUV 77.75 149.59 219.47 -
System Red Green Blue C M Y K H S L
Decimal 206 5 116 0 0.98 0.44 0.19 326.87 0.95 0.41
Hex CE 5 74 0 62 2C 13 147 5F 29
Octal 316 5 164 0 142 54 23 507 137 51
Binary 11001110 101 1110100 0 1100010 101100 10011 101000111 1011111 101001

Color Harmonies of #CE0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0574

Black with #CE0574

Text Example


Text Example

White with #CE0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0574; }

 p { color: rgb(206,5,116); }

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

background-color css

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

 a { background-color: rgb(206,5,116); }

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

border-color css

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

 span { border-color: rgb(206,5,116); }

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