Html Css Color HEX #C4026B Medium Violet Red

📋 copy color: '#C4026B'

red 196 ◦ green 2 ◦ blue 107

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

Shades of Medium Violet Red #C4026B

Tints of Medium Violet Red #C4026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 64.26%
G = 0.66%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4026B (or 0xC4026B) is known color: Medium Violet Red. HEX triplet: C4, 02 and 6B. RGB value is (196,2,107). Sum of RGB (Red+Green+Blue) = 196+2+107=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4026B is #3BFD94. Grayscale: #474747. Windows color (decimal): -3931541 or 7013060. OLE color: 7013060.

HSL color Cylindrical-coordinate representation of color #C4026B: hue angle of 327.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4026B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 107 -
CMYK 0 0.99 0.45 0.23
HSL 327.53º 0.98% 0.39% -
HSV(B) 327.53º 0.99% 0.77% -
XYZ 25.44 12.84 15.05 -
YUV 71.98 147.77 216.46 -
System Red Green Blue C M Y K H S L
Decimal 196 2 107 0 0.99 0.45 0.23 327.53 0.98 0.39
Hex C4 2 6B 0 63 2D 17 148 62 27
Octal 304 2 153 0 143 55 27 510 142 47
Binary 11000100 10 1101011 0 1100011 101101 10111 101001000 1100010 100111

Color Harmonies of #C4026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4026B

Black with #C4026B

Text Example


Text Example

White with #C4026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4026B; }

 p { color: rgb(196,2,107); }

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

background-color css

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

 a { background-color: rgb(196,2,107); }

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

border-color css

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

 span { border-color: rgb(196,2,107); }

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