Html Css Color HEX #C2368C Medium Red Violet

📋 copy color: '#C2368C'

red 194 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #C2368C

Tints of Medium Red Violet #C2368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.92%

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

R = 50%
G = 13.92%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2368C (or 0xC2368C) is known color: Medium Red Violet. HEX triplet: C2, 36 and 8C. RGB value is (194,54,140). Sum of RGB (Red+Green+Blue) = 194+54+140=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2368C is #3DC973. Grayscale: #696969. Windows color (decimal): -4049268 or 9189058. OLE color: 9189058.

HSL color Cylindrical-coordinate representation of color #C2368C: hue angle of 323.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2368C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 54 140 -
CMYK 0 0.72 0.28 0.24
HSL 323.14º 0.56% 0.49% -
HSV(B) 323.14º 0.72% 0.76% -
XYZ 28.3 16 26.41 -
YUV 105.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 194 54 140 0 0.72 0.28 0.24 323.14 0.56 0.49
Hex C2 36 8C 0 48 1C 18 143 38 31
Octal 302 66 214 0 110 34 30 503 70 61
Binary 11000010 110110 10001100 0 1001000 11100 11000 101000011 111000 110001

Color Harmonies of #C2368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2368C

Black with #C2368C

Text Example


Text Example

White with #C2368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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