Html Css Color HEX #C7267D Medium Red Violet

📋 copy color: '#C7267D'

red 199 ◦ green 38 ◦ blue 125

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

Shades of Medium Red Violet #C7267D

Tints of Medium Red Violet #C7267D

RGB

 RED value IS 199 (78.13% from 255) = 54.97%

 GREEN value IS 38 (15.23% from 255) = 10.5%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 54.97%
G = 10.5%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7267D (or 0xC7267D) is known color: Medium Red Violet. HEX triplet: C7, 26 and 7D. RGB value is (199,38,125). Sum of RGB (Red+Green+Blue) = 199+38+125=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7267D is #38D982. Grayscale: #5F5F5F. Windows color (decimal): -3725699 or 8201927. OLE color: 8201927.

HSL color Cylindrical-coordinate representation of color #C7267D: hue angle of 327.58º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7267D is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 125 -
CMYK 0 0.81 0.37 0.22
HSL 327.58º 0.68% 0.46% -
HSV(B) 327.58º 0.81% 0.78% -
XYZ 27.95 15.01 20.83 -
YUV 96.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 199 38 125 0 0.81 0.37 0.22 327.58 0.68 0.46
Hex C7 26 7D 0 51 25 16 148 44 2E
Octal 307 46 175 0 121 45 26 510 104 56
Binary 11000111 100110 1111101 0 1010001 100101 10110 101001000 1000100 101110

Color Harmonies of #C7267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7267D

Black with #C7267D

Text Example


Text Example

White with #C7267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7267D; }

 p { color: rgb(199,38,125); }

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

background-color css

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

 a { background-color: rgb(199,38,125); }

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

border-color css

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

 span { border-color: rgb(199,38,125); }

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