Html Css Color HEX #C3297F Medium Red Violet

📋 copy color: '#C3297F'

red 195 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #C3297F

Tints of Medium Red Violet #C3297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 53.72%
G = 11.29%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3297F (or 0xC3297F) is known color: Medium Red Violet. HEX triplet: C3, 29 and 7F. RGB value is (195,41,127). Sum of RGB (Red+Green+Blue) = 195+41+127=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3297F is #3CD680. Grayscale: #606060. Windows color (decimal): -3987073 or 8333763. OLE color: 8333763.

HSL color Cylindrical-coordinate representation of color #C3297F: hue angle of 326.49º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3297F is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 41 127 -
CMYK 0 0.79 0.35 0.24
HSL 326.49º 0.65% 0.46% -
HSV(B) 326.49º 0.79% 0.76% -
XYZ 27.13 14.72 21.49 -
YUV 96.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 195 41 127 0 0.79 0.35 0.24 326.49 0.65 0.46
Hex C3 29 7F 0 4F 23 18 146 41 2E
Octal 303 51 177 0 117 43 30 506 101 56
Binary 11000011 101001 1111111 0 1001111 100011 11000 101000110 1000001 101110

Color Harmonies of #C3297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3297F

Black with #C3297F

Text Example


Text Example

White with #C3297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3297F; }

 p { color: rgb(195,41,127); }

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

background-color css

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

 a { background-color: rgb(195,41,127); }

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

border-color css

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

 span { border-color: rgb(195,41,127); }

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