Html Css Color HEX #C02869 Medium Red Violet

📋 copy color: '#C02869'

red 192 ◦ green 40 ◦ blue 105

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

Shades of Medium Red Violet #C02869

Tints of Medium Red Violet #C02869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 56.97%
G = 11.87%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C02869 (or 0xC02869) is known color: Medium Red Violet. HEX triplet: C0, 28 and 69. RGB value is (192,40,105). Sum of RGB (Red+Green+Blue) = 192+40+105=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C02869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02869 is #3FD796. Grayscale: #5C5C5C. Windows color (decimal): -4183959 or 6891712. OLE color: 6891712.

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

Color convert

RGB 192 40 105 -
CMYK 0 0.79 0.45 0.25
HSL 334.34º 0.66% 0.45% -
HSV(B) 334.34º 0.79% 0.75% -
XYZ 25.05 13.74 14.7 -
YUV 92.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 192 40 105 0 0.79 0.45 0.25 334.34 0.66 0.45
Hex C0 28 69 0 4F 2D 19 14E 42 2D
Octal 300 50 151 0 117 55 31 516 102 55
Binary 11000000 101000 1101001 0 1001111 101101 11001 101001110 1000010 101101

Color Harmonies of #C02869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02869

Black with #C02869

Text Example


Text Example

White with #C02869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02869; }

 p { color: rgb(192,40,105); }

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

background-color css

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

 a { background-color: rgb(192,40,105); }

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

border-color css

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

 span { border-color: rgb(192,40,105); }

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