Html Css Color HEX #CE0374 Medium Violet Red

📋 copy color: '#CE0374'

red 206 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #CE0374

Tints of Medium Violet Red #CE0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 63.38%
G = 0.92%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE0374 (or 0xCE0374) is known color: Medium Violet Red. HEX triplet: CE, 03 and 74. RGB value is (206,3,116). Sum of RGB (Red+Green+Blue) = 206+3+116=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0374 is #31FC8B. Grayscale: #4C4C4C. Windows color (decimal): -3275916 or 7603150. OLE color: 7603150.

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

Color convert

RGB 206 3 116 -
CMYK 0 0.99 0.44 0.19
HSL 326.6º 0.97% 0.41% -
HSV(B) 326.6º 0.99% 0.81% -
XYZ 28.64 14.45 17.8 -
YUV 76.58 150.25 220.31 -
System Red Green Blue C M Y K H S L
Decimal 206 3 116 0 0.99 0.44 0.19 326.6 0.97 0.41
Hex CE 3 74 0 63 2C 13 147 61 29
Octal 316 3 164 0 143 54 23 507 141 51
Binary 11001110 11 1110100 0 1100011 101100 10011 101000111 1100001 101001

Color Harmonies of #CE0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0374

Black with #CE0374

Text Example


Text Example

White with #CE0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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