Html Css Color HEX #C0267F Medium Red Violet

📋 copy color: '#C0267F'

red 192 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #C0267F

Tints of Medium Red Violet #C0267F

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

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

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

R = 53.78%
G = 10.64%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0267F (or 0xC0267F) is known color: Medium Red Violet. HEX triplet: C0, 26 and 7F. RGB value is (192,38,127). Sum of RGB (Red+Green+Blue) = 192+38+127=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0267F is #3FD980. Grayscale: #5D5D5D. Windows color (decimal): -4184449 or 8332992. OLE color: 8332992.

HSL color Cylindrical-coordinate representation of color #C0267F: hue angle of 325.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0267F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 127 -
CMYK 0 0.80 0.34 0.25
HSL 325.32º 0.67% 0.45% -
HSV(B) 325.32º 0.8% 0.75% -
XYZ 26.26 14.13 21.42 -
YUV 94.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 192 38 127 0 0.80 0.34 0.25 325.32 0.67 0.45
Hex C0 26 7F 0 50 22 19 145 43 2D
Octal 300 46 177 0 120 42 31 505 103 55
Binary 11000000 100110 1111111 0 1010000 100010 11001 101000101 1000011 101101

Color Harmonies of #C0267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0267F

Black with #C0267F

Text Example


Text Example

White with #C0267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0267F; }

 p { color: rgb(192,38,127); }

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

background-color css

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

 a { background-color: rgb(192,38,127); }

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

border-color css

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

 span { border-color: rgb(192,38,127); }

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