Html Css Color HEX #C3258C Medium Violet Red

📋 copy color: '#C3258C'

red 195 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #C3258C

Tints of Medium Violet Red #C3258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

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

R = 52.42%
G = 9.95%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3258C (or 0xC3258C) is known color: Medium Violet Red. HEX triplet: C3, 25 and 8C. RGB value is (195,37,140). Sum of RGB (Red+Green+Blue) = 195+37+140=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3258C is #3CDA73. Grayscale: #5F5F5F. Windows color (decimal): -3988084 or 9184707. OLE color: 9184707.

HSL color Cylindrical-coordinate representation of color #C3258C: hue angle of 320.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3258C is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 140 -
CMYK 0 0.81 0.28 0.24
HSL 320.89º 0.68% 0.45% -
HSV(B) 320.89º 0.81% 0.76% -
XYZ 27.9 14.82 26.2 -
YUV 95.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 195 37 140 0 0.81 0.28 0.24 320.89 0.68 0.45
Hex C3 25 8C 0 51 1C 18 141 44 2D
Octal 303 45 214 0 121 34 30 501 104 55
Binary 11000011 100101 10001100 0 1010001 11100 11000 101000001 1000100 101101

Color Harmonies of #C3258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3258C

Black with #C3258C

Text Example


Text Example

White with #C3258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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