Html Css Color HEX #C3307C Medium Red Violet

📋 copy color: '#C3307C'

red 195 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #C3307C

Tints of Medium Red Violet #C3307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 53.13%
G = 13.08%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3307C (or 0xC3307C) is known color: Medium Red Violet. HEX triplet: C3, 30 and 7C. RGB value is (195,48,124). Sum of RGB (Red+Green+Blue) = 195+48+124=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3307C is #3CCF83. Grayscale: #646464. Windows color (decimal): -3985284 or 8138947. OLE color: 8138947.

HSL color Cylindrical-coordinate representation of color #C3307C: hue angle of 328.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3307C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 124 -
CMYK 0 0.75 0.36 0.24
HSL 328.98º 0.6% 0.48% -
HSV(B) 328.98º 0.75% 0.76% -
XYZ 27.2 15.17 20.56 -
YUV 100.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 195 48 124 0 0.75 0.36 0.24 328.98 0.6 0.48
Hex C3 30 7C 0 4B 24 18 149 3C 30
Octal 303 60 174 0 113 44 30 511 74 60
Binary 11000011 110000 1111100 0 1001011 100100 11000 101001001 111100 110000

Color Harmonies of #C3307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3307C

Black with #C3307C

Text Example


Text Example

White with #C3307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3307C; }

 p { color: rgb(195,48,124); }

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

background-color css

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

 a { background-color: rgb(195,48,124); }

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

border-color css

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

 span { border-color: rgb(195,48,124); }

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