Html Css Color HEX #C4069A Medium Violet Red

📋 copy color: '#C4069A'

red 196 ◦ green 6 ◦ blue 154

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

Shades of Medium Violet Red #C4069A

Tints of Medium Violet Red #C4069A

RGB

 RED value IS 196 (76.95% from 255) = 55.06%

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 154 (60.55% from 255) = 43.26%

R = 55.06%
G = 1.69%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4069A (or 0xC4069A) is known color: Medium Violet Red. HEX triplet: C4, 06 and 9A. RGB value is (196,6,154). Sum of RGB (Red+Green+Blue) = 196+6+154=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4069A is #3BF965. Grayscale: #4F4F4F. Windows color (decimal): -3930470 or 10094276. OLE color: 10094276.

HSL color Cylindrical-coordinate representation of color #C4069A: hue angle of 313.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4069A is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 154 -
CMYK 0 0.97 0.21 0.23
HSL 313.26º 0.94% 0.4% -
HSV(B) 313.26º 0.97% 0.77% -
XYZ 28.66 14.2 31.8 -
YUV 79.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 196 6 154 0 0.97 0.21 0.23 313.26 0.94 0.4
Hex C4 6 9A 0 61 15 17 139 5E 28
Octal 304 6 232 0 141 25 27 471 136 50
Binary 11000100 110 10011010 0 1100001 10101 10111 100111001 1011110 101000

Color Harmonies of #C4069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4069A

Black with #C4069A

Text Example


Text Example

White with #C4069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4069A; }

 p { color: rgb(196,6,154); }

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

background-color css

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

 a { background-color: rgb(196,6,154); }

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

border-color css

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

 span { border-color: rgb(196,6,154); }

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