Html Css Color HEX #C2338B Medium Red Violet

📋 copy color: '#C2338B'

red 194 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #C2338B

Tints of Medium Red Violet #C2338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.28%

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

R = 50.52%
G = 13.28%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2338B (or 0xC2338B) is known color: Medium Red Violet. HEX triplet: C2, 33 and 8B. RGB value is (194,51,139). Sum of RGB (Red+Green+Blue) = 194+51+139=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2338B is #3DCC74. Grayscale: #676767. Windows color (decimal): -4050037 or 9122754. OLE color: 9122754.

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

Color convert

RGB 194 51 139 -
CMYK 0 0.74 0.28 0.24
HSL 323.08º 0.58% 0.48% -
HSV(B) 323.08º 0.74% 0.76% -
XYZ 28.09 15.7 25.98 -
YUV 103.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 194 51 139 0 0.74 0.28 0.24 323.08 0.58 0.48
Hex C2 33 8B 0 4A 1C 18 143 3A 30
Octal 302 63 213 0 112 34 30 503 72 60
Binary 11000010 110011 10001011 0 1001010 11100 11000 101000011 111010 110000

Color Harmonies of #C2338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2338B

Black with #C2338B

Text Example


Text Example

White with #C2338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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