Html Css Color HEX #C2308E Medium Red Violet

📋 copy color: '#C2308E'

red 194 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #C2308E

Tints of Medium Red Violet #C2308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 50.52%
G = 12.5%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2308E (or 0xC2308E) is known color: Medium Red Violet. HEX triplet: C2, 30 and 8E. RGB value is (194,48,142). Sum of RGB (Red+Green+Blue) = 194+48+142=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2308E is #3DCF71. Grayscale: #666666. Windows color (decimal): -4050802 or 9318594. OLE color: 9318594.

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

Color convert

RGB 194 48 142 -
CMYK 0 0.75 0.27 0.24
HSL 321.37º 0.6% 0.47% -
HSV(B) 321.37º 0.75% 0.76% -
XYZ 28.19 15.54 27.1 -
YUV 102.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 194 48 142 0 0.75 0.27 0.24 321.37 0.6 0.47
Hex C2 30 8E 0 4B 1B 18 141 3C 2F
Octal 302 60 216 0 113 33 30 501 74 57
Binary 11000010 110000 10001110 0 1001011 11011 11000 101000001 111100 101111

Color Harmonies of #C2308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2308E

Black with #C2308E

Text Example


Text Example

White with #C2308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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