Html Css Color HEX #C3259B Medium Violet Red

📋 copy color: '#C3259B'

red 195 ◦ green 37 ◦ blue 155

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

Shades of Medium Violet Red #C3259B

Tints of Medium Violet Red #C3259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 50.39%
G = 9.56%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3259B (or 0xC3259B) is known color: Medium Violet Red. HEX triplet: C3, 25 and 9B. RGB value is (195,37,155). Sum of RGB (Red+Green+Blue) = 195+37+155=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3259B is #3CDA64. Grayscale: #616161. Windows color (decimal): -3988069 or 10167747. OLE color: 10167747.

HSL color Cylindrical-coordinate representation of color #C3259B: hue angle of 315.19º 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 #C3259B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 155 -
CMYK 0 0.81 0.21 0.24
HSL 315.19º 0.68% 0.45% -
HSV(B) 315.19º 0.81% 0.76% -
XYZ 29.08 15.29 32.43 -
YUV 97.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 195 37 155 0 0.81 0.21 0.24 315.19 0.68 0.45
Hex C3 25 9B 0 51 15 18 13B 44 2D
Octal 303 45 233 0 121 25 30 473 104 55
Binary 11000011 100101 10011011 0 1010001 10101 11000 100111011 1000100 101101

Color Harmonies of #C3259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3259B

Black with #C3259B

Text Example


Text Example

White with #C3259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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