Html Css Color HEX #C2308C Medium Red Violet

📋 copy color: '#C2308C'

red 194 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #C2308C

Tints of Medium Red Violet #C2308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 50.79%
G = 12.57%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2308C (or 0xC2308C) is known color: Medium Red Violet. HEX triplet: C2, 30 and 8C. RGB value is (194,48,140). Sum of RGB (Red+Green+Blue) = 194+48+140=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2308C is #3DCF73. Grayscale: #656565. Windows color (decimal): -4050804 or 9187522. OLE color: 9187522.

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

Color convert

RGB 194 48 140 -
CMYK 0 0.75 0.28 0.24
HSL 322.19º 0.6% 0.47% -
HSV(B) 322.19º 0.75% 0.76% -
XYZ 28.04 15.48 26.32 -
YUV 102.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 194 48 140 0 0.75 0.28 0.24 322.19 0.6 0.47
Hex C2 30 8C 0 4B 1C 18 142 3C 2F
Octal 302 60 214 0 113 34 30 502 74 57
Binary 11000010 110000 10001100 0 1001011 11100 11000 101000010 111100 101111

Color Harmonies of #C2308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2308C

Black with #C2308C

Text Example


Text Example

White with #C2308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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