Html Css Color HEX #C0307F Medium Red Violet

📋 copy color: '#C0307F'

red 192 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #C0307F

Tints of Medium Red Violet #C0307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 52.32%
G = 13.08%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0307F (or 0xC0307F) is known color: Medium Red Violet. HEX triplet: C0, 30 and 7F. RGB value is (192,48,127). Sum of RGB (Red+Green+Blue) = 192+48+127=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0307F is #3FCF80. Grayscale: #636363. Windows color (decimal): -4181889 or 8335552. OLE color: 8335552.

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

Color convert

RGB 192 48 127 -
CMYK 0 0.75 0.34 0.25
HSL 327.08º 0.6% 0.47% -
HSV(B) 327.08º 0.75% 0.75% -
XYZ 26.63 14.85 21.54 -
YUV 100.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 192 48 127 0 0.75 0.34 0.25 327.08 0.6 0.47
Hex C0 30 7F 0 4B 22 19 147 3C 2F
Octal 300 60 177 0 113 42 31 507 74 57
Binary 11000000 110000 1111111 0 1001011 100010 11001 101000111 111100 101111

Color Harmonies of #C0307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0307F

Black with #C0307F

Text Example


Text Example

White with #C0307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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