Html Css Color HEX #C3097D Medium Violet Red

📋 copy color: '#C3097D'

red 195 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #C3097D

Tints of Medium Violet Red #C3097D

RGB

 RED value IS 195 (76.56% from 255) = 59.27%

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 59.27%
G = 2.74%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3097D (or 0xC3097D) is known color: Medium Violet Red. HEX triplet: C3, 09 and 7D. RGB value is (195,9,125). Sum of RGB (Red+Green+Blue) = 195+9+125=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3097D is #3CF682. Grayscale: #4D4D4D. Windows color (decimal): -3995267 or 8194499. OLE color: 8194499.

HSL color Cylindrical-coordinate representation of color #C3097D: hue angle of 322.58º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3097D is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 9 125 -
CMYK 0 0.95 0.36 0.24
HSL 322.58º 0.91% 0.4% -
HSV(B) 322.58º 0.95% 0.76% -
XYZ 26.31 13.28 20.58 -
YUV 77.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 195 9 125 0 0.95 0.36 0.24 322.58 0.91 0.4
Hex C3 9 7D 0 5F 24 18 143 5B 28
Octal 303 11 175 0 137 44 30 503 133 50
Binary 11000011 1001 1111101 0 1011111 100100 11000 101000011 1011011 101000

Color Harmonies of #C3097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3097D

Black with #C3097D

Text Example


Text Example

White with #C3097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3097D; }

 p { color: rgb(195,9,125); }

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

background-color css

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

 a { background-color: rgb(195,9,125); }

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

border-color css

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

 span { border-color: rgb(195,9,125); }

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