Html Css Color HEX #C6069B Medium Violet Red

📋 copy color: '#C6069B'

red 198 ◦ green 6 ◦ blue 155

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

Shades of Medium Violet Red #C6069B

Tints of Medium Violet Red #C6069B

RGB

 RED value IS 198 (77.73% from 255) = 55.15%

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 55.15%
G = 1.67%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6069B (or 0xC6069B) is known color: Medium Violet Red. HEX triplet: C6, 06 and 9B. RGB value is (198,6,155). Sum of RGB (Red+Green+Blue) = 198+6+155=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6069B is #39F964. Grayscale: #4F4F4F. Windows color (decimal): -3799397 or 10159814. OLE color: 10159814.

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

Color convert

RGB 198 6 155 -
CMYK 0 0.97 0.22 0.22
HSL 313.44º 0.94% 0.4% -
HSV(B) 313.44º 0.97% 0.78% -
XYZ 29.27 14.5 32.27 -
YUV 80.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 198 6 155 0 0.97 0.22 0.22 313.44 0.94 0.4
Hex C6 6 9B 0 61 16 16 139 5E 28
Octal 306 6 233 0 141 26 26 471 136 50
Binary 11000110 110 10011011 0 1100001 10110 10110 100111001 1011110 101000

Color Harmonies of #C6069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6069B

Black with #C6069B

Text Example


Text Example

White with #C6069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6069B; }

 p { color: rgb(198,6,155); }

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

background-color css

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

 a { background-color: rgb(198,6,155); }

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

border-color css

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

 span { border-color: rgb(198,6,155); }

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