Html Css Color HEX #C03075 Medium Red Violet

📋 copy color: '#C03075'

red 192 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #C03075

Tints of Medium Red Violet #C03075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 53.78%
G = 13.45%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C03075 (or 0xC03075) is known color: Medium Red Violet. HEX triplet: C0, 30 and 75. RGB value is (192,48,117). Sum of RGB (Red+Green+Blue) = 192+48+117=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03075 is #3FCF8A. Grayscale: #626262. Windows color (decimal): -4181899 or 7680192. OLE color: 7680192.

HSL color Cylindrical-coordinate representation of color #C03075: hue angle of 331.25º 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 #C03075 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 117 -
CMYK 0 0.75 0.39 0.25
HSL 331.25º 0.6% 0.47% -
HSV(B) 331.25º 0.75% 0.75% -
XYZ 26.01 14.6 18.28 -
YUV 98.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 192 48 117 0 0.75 0.39 0.25 331.25 0.6 0.47
Hex C0 30 75 0 4B 27 19 14B 3C 2F
Octal 300 60 165 0 113 47 31 513 74 57
Binary 11000000 110000 1110101 0 1001011 100111 11001 101001011 111100 101111

Color Harmonies of #C03075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03075

Black with #C03075

Text Example


Text Example

White with #C03075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03075; }

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

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

background-color css

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

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

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

border-color css

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

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

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