Html Css Color HEX #C42B75 Medium Red Violet

📋 copy color: '#C42B75'

red 196 ◦ green 43 ◦ blue 117

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

Shades of Medium Red Violet #C42B75

Tints of Medium Red Violet #C42B75

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 55.06%
G = 12.08%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C42B75 (or 0xC42B75) is known color: Medium Red Violet. HEX triplet: C4, 2B and 75. RGB value is (196,43,117). Sum of RGB (Red+Green+Blue) = 196+43+117=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B75 is #3BD48A. Grayscale: #616161. Windows color (decimal): -3921035 or 7678916. OLE color: 7678916.

HSL color Cylindrical-coordinate representation of color #C42B75: hue angle of 330.98º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B75 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 43 117 -
CMYK 0 0.78 0.40 0.23
HSL 330.98º 0.64% 0.47% -
HSV(B) 330.98º 0.78% 0.77% -
XYZ 26.84 14.75 18.26 -
YUV 97.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 196 43 117 0 0.78 0.40 0.23 330.98 0.64 0.47
Hex C4 2B 75 0 4E 28 17 14B 40 2F
Octal 304 53 165 0 116 50 27 513 100 57
Binary 11000100 101011 1110101 0 1001110 101000 10111 101001011 1000000 101111

Color Harmonies of #C42B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B75

Black with #C42B75

Text Example


Text Example

White with #C42B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B75; }

 p { color: rgb(196,43,117); }

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

background-color css

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

 a { background-color: rgb(196,43,117); }

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

border-color css

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

 span { border-color: rgb(196,43,117); }

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