Html Css Color HEX #C2307C Medium Red Violet

📋 copy color: '#C2307C'

red 194 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #C2307C

Tints of Medium Red Violet #C2307C

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

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

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

R = 53.01%
G = 13.11%
B = 33.88%

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

#C2307C (or 0xC2307C) is known color: Medium Red Violet. HEX triplet: C2, 30 and 7C. RGB value is (194,48,124). Sum of RGB (Red+Green+Blue) = 194+48+124=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2307C is #3DCF83. Grayscale: #646464. Windows color (decimal): -4050820 or 8138946. OLE color: 8138946.

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

Color convert

RGB 194 48 124 -
CMYK 0 0.75 0.36 0.24
HSL 328.77º 0.6% 0.47% -
HSV(B) 328.77º 0.75% 0.76% -
XYZ 26.94 15.04 20.55 -
YUV 100.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 194 48 124 0 0.75 0.36 0.24 328.77 0.6 0.47
Hex C2 30 7C 0 4B 24 18 149 3C 2F
Octal 302 60 174 0 113 44 30 511 74 57
Binary 11000010 110000 1111100 0 1001011 100100 11000 101001001 111100 101111

Color Harmonies of #C2307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2307C

Black with #C2307C

Text Example


Text Example

White with #C2307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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