Html Css Color HEX #C0276A Medium Red Violet

📋 copy color: '#C0276A'

red 192 ◦ green 39 ◦ blue 106

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

Shades of Medium Red Violet #C0276A

Tints of Medium Red Violet #C0276A

RGB

 RED value IS 192 (75.39% from 255) = 56.97%

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 56.97%
G = 11.57%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0276A (or 0xC0276A) is known color: Medium Red Violet. HEX triplet: C0, 27 and 6A. RGB value is (192,39,106). Sum of RGB (Red+Green+Blue) = 192+39+106=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0276A is #3FD895. Grayscale: #5C5C5C. Windows color (decimal): -4184214 or 6956992. OLE color: 6956992.

HSL color Cylindrical-coordinate representation of color #C0276A: hue angle of 333.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0276A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 106 -
CMYK 0 0.80 0.45 0.25
HSL 333.73º 0.66% 0.45% -
HSV(B) 333.73º 0.8% 0.75% -
XYZ 25.07 13.7 14.96 -
YUV 92.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 192 39 106 0 0.80 0.45 0.25 333.73 0.66 0.45
Hex C0 27 6A 0 50 2D 19 14E 42 2D
Octal 300 47 152 0 120 55 31 516 102 55
Binary 11000000 100111 1101010 0 1010000 101101 11001 101001110 1000010 101101

Color Harmonies of #C0276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0276A

Black with #C0276A

Text Example


Text Example

White with #C0276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0276A; }

 p { color: rgb(192,39,106); }

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

background-color css

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

 a { background-color: rgb(192,39,106); }

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

border-color css

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

 span { border-color: rgb(192,39,106); }

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