Html Css Color HEX #C3257A Medium Red Violet

📋 copy color: '#C3257A'

red 195 ◦ green 37 ◦ blue 122

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

Shades of Medium Red Violet #C3257A

Tints of Medium Red Violet #C3257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 55.08%
G = 10.45%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3257A (or 0xC3257A) is known color: Medium Red Violet. HEX triplet: C3, 25 and 7A. RGB value is (195,37,122). Sum of RGB (Red+Green+Blue) = 195+37+122=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3257A is #3CDA85. Grayscale: #5D5D5D. Windows color (decimal): -3988102 or 8005059. OLE color: 8005059.

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

Color convert

RGB 195 37 122 -
CMYK 0 0.81 0.37 0.24
HSL 327.72º 0.68% 0.45% -
HSV(B) 327.72º 0.81% 0.76% -
XYZ 26.68 14.33 19.77 -
YUV 93.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 195 37 122 0 0.81 0.37 0.24 327.72 0.68 0.45
Hex C3 25 7A 0 51 25 18 148 44 2D
Octal 303 45 172 0 121 45 30 510 104 55
Binary 11000011 100101 1111010 0 1010001 100101 11000 101001000 1000100 101101

Color Harmonies of #C3257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3257A

Black with #C3257A

Text Example


Text Example

White with #C3257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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