Html Css Color HEX #C42B7B Medium Red Violet

📋 copy color: '#C42B7B'

red 196 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #C42B7B

Tints of Medium Red Violet #C42B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 54.14%
G = 11.88%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C42B7B (or 0xC42B7B) is known color: Medium Red Violet. HEX triplet: C4, 2B and 7B. RGB value is (196,43,123). Sum of RGB (Red+Green+Blue) = 196+43+123=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B7B is #3BD484. Grayscale: #616161. Windows color (decimal): -3921029 or 8072132. OLE color: 8072132.

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

Color convert

RGB 196 43 123 -
CMYK 0 0.78 0.37 0.23
HSL 328.63º 0.64% 0.47% -
HSV(B) 328.63º 0.78% 0.77% -
XYZ 27.2 14.89 20.18 -
YUV 97.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 196 43 123 0 0.78 0.37 0.23 328.63 0.64 0.47
Hex C4 2B 7B 0 4E 25 17 149 40 2F
Octal 304 53 173 0 116 45 27 511 100 57
Binary 11000100 101011 1111011 0 1001110 100101 10111 101001001 1000000 101111

Color Harmonies of #C42B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B7B

Black with #C42B7B

Text Example


Text Example

White with #C42B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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