Html Css Color HEX #C834A8 Medium Red Violet

📋 copy color: '#C834A8'

red 200 ◦ green 52 ◦ blue 168

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

Shades of Medium Red Violet #C834A8

Tints of Medium Red Violet #C834A8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 47.62%
G = 12.38%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C834A8 (or 0xC834A8) is known color: Medium Red Violet. HEX triplet: C8, 34 and A8. RGB value is (200,52,168). Sum of RGB (Red+Green+Blue) = 200+52+168=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C834A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C834A8 is #37CB57. Grayscale: #6D6D6D. Windows color (decimal): -3656536 or 11023560. OLE color: 11023560.

HSL color Cylindrical-coordinate representation of color #C834A8: hue angle of 312.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C834A8 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 168 -
CMYK 0 0.74 0.16 0.22
HSL 312.97º 0.59% 0.49% -
HSV(B) 312.97º 0.74% 0.78% -
XYZ 32.12 17.56 38.74 -
YUV 109.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 200 52 168 0 0.74 0.16 0.22 312.97 0.59 0.49
Hex C8 34 A8 0 4A 10 16 139 3B 31
Octal 310 64 250 0 112 20 26 471 73 61
Binary 11001000 110100 10101000 0 1001010 10000 10110 100111001 111011 110001

Color Harmonies of #C834A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834A8

Black with #C834A8

Text Example


Text Example

White with #C834A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834A8; }

 p { color: rgb(200,52,168); }

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

background-color css

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

 a { background-color: rgb(200,52,168); }

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

border-color css

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

 span { border-color: rgb(200,52,168); }

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