Html Css Color HEX #C238A7 Medium Red Violet

📋 copy color: '#C238A7'

red 194 ◦ green 56 ◦ blue 167

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

Shades of Medium Red Violet #C238A7

Tints of Medium Red Violet #C238A7

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 46.52%
G = 13.43%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C238A7 (or 0xC238A7) is known color: Medium Red Violet. HEX triplet: C2, 38 and A7. RGB value is (194,56,167). Sum of RGB (Red+Green+Blue) = 194+56+167=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C238A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238A7 is #3DC758. Grayscale: #6D6D6D. Windows color (decimal): -4048729 or 10959042. OLE color: 10959042.

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

Color convert

RGB 194 56 167 -
CMYK 0 0.71 0.14 0.24
HSL 311.74º 0.55% 0.49% -
HSV(B) 311.74º 0.71% 0.76% -
XYZ 30.64 17.09 38.24 -
YUV 109.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 194 56 167 0 0.71 0.14 0.24 311.74 0.55 0.49
Hex C2 38 A7 0 47 E 18 138 37 31
Octal 302 70 247 0 107 16 30 470 67 61
Binary 11000010 111000 10100111 0 1000111 1110 11000 100111000 110111 110001

Color Harmonies of #C238A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238A7

Black with #C238A7

Text Example


Text Example

White with #C238A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238A7; }

 p { color: rgb(194,56,167); }

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

background-color css

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

 a { background-color: rgb(194,56,167); }

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

border-color css

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

 span { border-color: rgb(194,56,167); }

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