Html Css Color HEX #C4069D Medium Violet Red

📋 copy color: '#C4069D'

red 196 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #C4069D

Tints of Medium Violet Red #C4069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 54.6%
G = 1.67%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4069D (or 0xC4069D) is known color: Medium Violet Red. HEX triplet: C4, 06 and 9D. RGB value is (196,6,157). Sum of RGB (Red+Green+Blue) = 196+6+157=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4069D is #3BF962. Grayscale: #4F4F4F. Windows color (decimal): -3930467 or 10290884. OLE color: 10290884.

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

Color convert

RGB 196 6 157 -
CMYK 0 0.97 0.20 0.23
HSL 312.32º 0.94% 0.4% -
HSV(B) 312.32º 0.97% 0.77% -
XYZ 28.92 14.3 33.13 -
YUV 80.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 196 6 157 0 0.97 0.20 0.23 312.32 0.94 0.4
Hex C4 6 9D 0 61 14 17 138 5E 28
Octal 304 6 235 0 141 24 27 470 136 50
Binary 11000100 110 10011101 0 1100001 10100 10111 100111000 1011110 101000

Color Harmonies of #C4069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4069D

Black with #C4069D

Text Example


Text Example

White with #C4069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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