Html Css Color HEX #C61B7E Medium Violet Red

📋 copy color: '#C61B7E'

red 198 ◦ green 27 ◦ blue 126

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

Shades of Medium Violet Red #C61B7E

Tints of Medium Violet Red #C61B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.69%

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 56.41%
G = 7.69%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C61B7E (or 0xC61B7E) is known color: Medium Violet Red. HEX triplet: C6, 1B and 7E. RGB value is (198,27,126). Sum of RGB (Red+Green+Blue) = 198+27+126=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B7E is #39E481. Grayscale: #595959. Windows color (decimal): -3794050 or 8264646. OLE color: 8264646.

HSL color Cylindrical-coordinate representation of color #C61B7E: hue angle of 325.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B7E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 126 -
CMYK 0 0.86 0.36 0.22
HSL 325.26º 0.76% 0.44% -
HSV(B) 325.26º 0.86% 0.78% -
XYZ 27.45 14.3 21.05 -
YUV 89.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 198 27 126 0 0.86 0.36 0.22 325.26 0.76 0.44
Hex C6 1B 7E 0 56 24 16 145 4C 2C
Octal 306 33 176 0 126 44 26 505 114 54
Binary 11000110 11011 1111110 0 1010110 100100 10110 101000101 1001100 101100

Color Harmonies of #C61B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B7E

Black with #C61B7E

Text Example


Text Example

White with #C61B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B7E; }

 p { color: rgb(198,27,126); }

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

background-color css

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

 a { background-color: rgb(198,27,126); }

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

border-color css

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

 span { border-color: rgb(198,27,126); }

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