Html Css Color HEX #C2368A Medium Red Violet

📋 copy color: '#C2368A'

red 194 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #C2368A

Tints of Medium Red Violet #C2368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 50.26%
G = 13.99%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2368A (or 0xC2368A) is known color: Medium Red Violet. HEX triplet: C2, 36 and 8A. RGB value is (194,54,138). Sum of RGB (Red+Green+Blue) = 194+54+138=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2368A is #3DC975. Grayscale: #696969. Windows color (decimal): -4049270 or 9057986. OLE color: 9057986.

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

Color convert

RGB 194 54 138 -
CMYK 0 0.72 0.29 0.24
HSL 324º 0.56% 0.49% -
HSV(B) 324º 0.72% 0.76% -
XYZ 28.15 15.94 25.64 -
YUV 105.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 194 54 138 0 0.72 0.29 0.24 324 0.56 0.49
Hex C2 36 8A 0 48 1D 18 144 38 31
Octal 302 66 212 0 110 35 30 504 70 61
Binary 11000010 110110 10001010 0 1001000 11101 11000 101000100 111000 110001

Color Harmonies of #C2368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2368A

Black with #C2368A

Text Example


Text Example

White with #C2368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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