Html Css Color HEX #C3138C Medium Violet Red

📋 copy color: '#C3138C'

red 195 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #C3138C

Tints of Medium Violet Red #C3138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 55.08%
G = 5.37%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3138C (or 0xC3138C) is known color: Medium Violet Red. HEX triplet: C3, 13 and 8C. RGB value is (195,19,140). Sum of RGB (Red+Green+Blue) = 195+19+140=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3138C is #3CEC73. Grayscale: #555555. Windows color (decimal): -3992692 or 9180099. OLE color: 9180099.

HSL color Cylindrical-coordinate representation of color #C3138C: hue angle of 318.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3138C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 140 -
CMYK 0 0.90 0.28 0.24
HSL 318.75º 0.82% 0.42% -
HSV(B) 318.75º 0.9% 0.76% -
XYZ 27.47 13.96 26.06 -
YUV 85.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 195 19 140 0 0.90 0.28 0.24 318.75 0.82 0.42
Hex C3 13 8C 0 5A 1C 18 13F 52 2A
Octal 303 23 214 0 132 34 30 477 122 52
Binary 11000011 10011 10001100 0 1011010 11100 11000 100111111 1010010 101010

Color Harmonies of #C3138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3138C

Black with #C3138C

Text Example


Text Example

White with #C3138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3138C; }

 p { color: rgb(195,19,140); }

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

background-color css

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

 a { background-color: rgb(195,19,140); }

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

border-color css

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

 span { border-color: rgb(195,19,140); }

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