Html Css Color HEX #C2368B Medium Red Violet

📋 copy color: '#C2368B'

red 194 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #C2368B

Tints of Medium Red Violet #C2368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 50.13%
G = 13.95%
B = 35.92%

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

#C2368B (or 0xC2368B) is known color: Medium Red Violet. HEX triplet: C2, 36 and 8B. RGB value is (194,54,139). Sum of RGB (Red+Green+Blue) = 194+54+139=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2368B is #3DC974. Grayscale: #696969. Windows color (decimal): -4049269 or 9123522. OLE color: 9123522.

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

Color convert

RGB 194 54 139 -
CMYK 0 0.72 0.28 0.24
HSL 323.57º 0.56% 0.49% -
HSV(B) 323.57º 0.72% 0.76% -
XYZ 28.23 15.97 26.02 -
YUV 105.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 194 54 139 0 0.72 0.28 0.24 323.57 0.56 0.49
Hex C2 36 8B 0 48 1C 18 144 38 31
Octal 302 66 213 0 110 34 30 504 70 61
Binary 11000010 110110 10001011 0 1001000 11100 11000 101000100 111000 110001

Color Harmonies of #C2368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2368B

Black with #C2368B

Text Example


Text Example

White with #C2368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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