Html Css Color HEX #C3257D Medium Red Violet

📋 copy color: '#C3257D'

red 195 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #C3257D

Tints of Medium Red Violet #C3257D

RGB

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

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

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

R = 54.62%
G = 10.36%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3257D (or 0xC3257D) is known color: Medium Red Violet. HEX triplet: C3, 25 and 7D. RGB value is (195,37,125). Sum of RGB (Red+Green+Blue) = 195+37+125=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3257D is #3CDA82. Grayscale: #5E5E5E. Windows color (decimal): -3988099 or 8201667. OLE color: 8201667.

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

Color convert

RGB 195 37 125 -
CMYK 0 0.81 0.36 0.24
HSL 326.58º 0.68% 0.45% -
HSV(B) 326.58º 0.81% 0.76% -
XYZ 26.87 14.41 20.77 -
YUV 94.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 195 37 125 0 0.81 0.36 0.24 326.58 0.68 0.45
Hex C3 25 7D 0 51 24 18 147 44 2D
Octal 303 45 175 0 121 44 30 507 104 55
Binary 11000011 100101 1111101 0 1010001 100100 11000 101000111 1000100 101101

Color Harmonies of #C3257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3257D

Black with #C3257D

Text Example


Text Example

White with #C3257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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