Html Css Color HEX #C3258B Medium Red Violet

📋 copy color: '#C3258B'

red 195 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #C3258B

Tints of Medium Red Violet #C3258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 52.56%
G = 9.97%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3258B (or 0xC3258B) is known color: Medium Red Violet. HEX triplet: C3, 25 and 8B. RGB value is (195,37,139). Sum of RGB (Red+Green+Blue) = 195+37+139=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3258B is #3CDA74. Grayscale: #5F5F5F. Windows color (decimal): -3988085 or 9119171. OLE color: 9119171.

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

Color convert

RGB 195 37 139 -
CMYK 0 0.81 0.29 0.24
HSL 321.27º 0.68% 0.45% -
HSV(B) 321.27º 0.81% 0.76% -
XYZ 27.83 14.79 25.81 -
YUV 95.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 195 37 139 0 0.81 0.29 0.24 321.27 0.68 0.45
Hex C3 25 8B 0 51 1D 18 141 44 2D
Octal 303 45 213 0 121 35 30 501 104 55
Binary 11000011 100101 10001011 0 1010001 11101 11000 101000001 1000100 101101

Color Harmonies of #C3258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3258B

Black with #C3258B

Text Example


Text Example

White with #C3258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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