Html Css Color HEX #C3257E Medium Red Violet

📋 copy color: '#C3257E'

red 195 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #C3257E

Tints of Medium Red Violet #C3257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 54.47%
G = 10.34%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3257E (or 0xC3257E) is known color: Medium Red Violet. HEX triplet: C3, 25 and 7E. RGB value is (195,37,126). Sum of RGB (Red+Green+Blue) = 195+37+126=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3257E is #3CDA81. Grayscale: #5E5E5E. Windows color (decimal): -3988098 or 8267203. OLE color: 8267203.

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

Color convert

RGB 195 37 126 -
CMYK 0 0.81 0.35 0.24
HSL 326.2º 0.68% 0.45% -
HSV(B) 326.2º 0.81% 0.76% -
XYZ 26.93 14.43 21.1 -
YUV 94.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 195 37 126 0 0.81 0.35 0.24 326.2 0.68 0.45
Hex C3 25 7E 0 51 23 18 146 44 2D
Octal 303 45 176 0 121 43 30 506 104 55
Binary 11000011 100101 1111110 0 1010001 100011 11000 101000110 1000100 101101

Color Harmonies of #C3257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3257E

Black with #C3257E

Text Example


Text Example

White with #C3257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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