Html Css Color HEX #C4069E Medium Violet Red

📋 copy color: '#C4069E'

red 196 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #C4069E

Tints of Medium Violet Red #C4069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.89%

R = 54.44%
G = 1.67%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4069E (or 0xC4069E) is known color: Medium Violet Red. HEX triplet: C4, 06 and 9E. RGB value is (196,6,158). Sum of RGB (Red+Green+Blue) = 196+6+158=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4069E is #3BF961. Grayscale: #4F4F4F. Windows color (decimal): -3930466 or 10356420. OLE color: 10356420.

HSL color Cylindrical-coordinate representation of color #C4069E: hue angle of 312º 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 #C4069E is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 158 -
CMYK 0 0.97 0.19 0.23
HSL 312º 0.94% 0.4% -
HSV(B) 312º 0.97% 0.77% -
XYZ 29 14.33 33.59 -
YUV 80.14 171.95 210.64 -
System Red Green Blue C M Y K H S L
Decimal 196 6 158 0 0.97 0.19 0.23 312 0.94 0.4
Hex C4 6 9E 0 61 13 17 138 5E 28
Octal 304 6 236 0 141 23 27 470 136 50
Binary 11000100 110 10011110 0 1100001 10011 10111 100111000 1011110 101000

Color Harmonies of #C4069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4069E

Black with #C4069E

Text Example


Text Example

White with #C4069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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