Html Css Color HEX #C2309C Medium Red Violet

📋 copy color: '#C2309C'

red 194 ◦ green 48 ◦ blue 156

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

Shades of Medium Red Violet #C2309C

Tints of Medium Red Violet #C2309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 48.74%
G = 12.06%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2309C (or 0xC2309C) is known color: Medium Red Violet. HEX triplet: C2, 30 and 9C. RGB value is (194,48,156). Sum of RGB (Red+Green+Blue) = 194+48+156=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2309C is #3DCF63. Grayscale: #676767. Windows color (decimal): -4050788 or 10236098. OLE color: 10236098.

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

Color convert

RGB 194 48 156 -
CMYK 0 0.75 0.20 0.24
HSL 315.62º 0.6% 0.47% -
HSV(B) 315.62º 0.75% 0.76% -
XYZ 29.31 15.98 32.99 -
YUV 103.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 194 48 156 0 0.75 0.20 0.24 315.62 0.6 0.47
Hex C2 30 9C 0 4B 14 18 13C 3C 2F
Octal 302 60 234 0 113 24 30 474 74 57
Binary 11000010 110000 10011100 0 1001011 10100 11000 100111100 111100 101111

Color Harmonies of #C2309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2309C

Black with #C2309C

Text Example


Text Example

White with #C2309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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