Html Css Color HEX #C8237A Medium Violet Red

📋 copy color: '#C8237A'

red 200 ◦ green 35 ◦ blue 122

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

Shades of Medium Violet Red #C8237A

Tints of Medium Violet Red #C8237A

RGB

 RED value IS 200 (78.52% from 255) = 56.02%

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 56.02%
G = 9.8%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C8237A (or 0xC8237A) is known color: Medium Violet Red. HEX triplet: C8, 23 and 7A. RGB value is (200,35,122). Sum of RGB (Red+Green+Blue) = 200+35+122=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8237A is #37DC85. Grayscale: #5E5E5E. Windows color (decimal): -3660934 or 8004552. OLE color: 8004552.

HSL color Cylindrical-coordinate representation of color #C8237A: hue angle of 328.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8237A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 35 122 -
CMYK 0 0.82 0.39 0.22
HSL 328.36º 0.7% 0.46% -
HSV(B) 328.36º 0.83% 0.78% -
XYZ 27.93 14.89 19.81 -
YUV 94.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 200 35 122 0 0.82 0.39 0.22 328.36 0.7 0.46
Hex C8 23 7A 0 52 27 16 148 46 2E
Octal 310 43 172 0 122 47 26 510 106 56
Binary 11001000 100011 1111010 0 1010010 100111 10110 101001000 1000110 101110

Color Harmonies of #C8237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8237A

Black with #C8237A

Text Example


Text Example

White with #C8237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8237A; }

 p { color: rgb(200,35,122); }

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

background-color css

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

 a { background-color: rgb(200,35,122); }

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

border-color css

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

 span { border-color: rgb(200,35,122); }

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