Html Css Color HEX #C2306E Medium Red Violet

📋 copy color: '#C2306E'

red 194 ◦ green 48 ◦ blue 110

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

Shades of Medium Red Violet #C2306E

Tints of Medium Red Violet #C2306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 55.11%
G = 13.64%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2306E (or 0xC2306E) is known color: Medium Red Violet. HEX triplet: C2, 30 and 6E. RGB value is (194,48,110). Sum of RGB (Red+Green+Blue) = 194+48+110=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2306E is #3DCF91. Grayscale: #626262. Windows color (decimal): -4050834 or 7221442. OLE color: 7221442.

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

Color convert

RGB 194 48 110 -
CMYK 0 0.75 0.43 0.24
HSL 334.52º 0.6% 0.47% -
HSV(B) 334.52º 0.75% 0.76% -
XYZ 26.12 14.71 16.21 -
YUV 98.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 194 48 110 0 0.75 0.43 0.24 334.52 0.6 0.47
Hex C2 30 6E 0 4B 2B 18 14F 3C 2F
Octal 302 60 156 0 113 53 30 517 74 57
Binary 11000010 110000 1101110 0 1001011 101011 11000 101001111 111100 101111

Color Harmonies of #C2306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2306E

Black with #C2306E

Text Example


Text Example

White with #C2306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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