Html Css Color HEX #C23070 Medium Red Violet

📋 copy color: '#C23070'

red 194 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #C23070

Tints of Medium Red Violet #C23070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 54.8%
G = 13.56%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C23070 (or 0xC23070) is known color: Medium Red Violet. HEX triplet: C2, 30 and 70. RGB value is (194,48,112). Sum of RGB (Red+Green+Blue) = 194+48+112=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C23070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23070 is #3DCF8F. Grayscale: #626262. Windows color (decimal): -4050832 or 7352514. OLE color: 7352514.

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

Color convert

RGB 194 48 112 -
CMYK 0 0.75 0.42 0.24
HSL 333.7º 0.6% 0.47% -
HSV(B) 333.7º 0.75% 0.76% -
XYZ 26.23 14.75 16.79 -
YUV 98.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 194 48 112 0 0.75 0.42 0.24 333.7 0.6 0.47
Hex C2 30 70 0 4B 2A 18 14E 3C 2F
Octal 302 60 160 0 113 52 30 516 74 57
Binary 11000010 110000 1110000 0 1001011 101010 11000 101001110 111100 101111

Color Harmonies of #C23070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23070

Black with #C23070

Text Example


Text Example

White with #C23070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23070; }

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

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

background-color css

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

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

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

border-color css

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

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

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