Html Css Color HEX #C02569 Medium Red Violet

📋 copy color: '#C02569'

red 192 ◦ green 37 ◦ blue 105

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

Shades of Medium Red Violet #C02569

Tints of Medium Red Violet #C02569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

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

R = 57.49%
G = 11.08%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C02569 (or 0xC02569) is known color: Medium Red Violet. HEX triplet: C0, 25 and 69. RGB value is (192,37,105). Sum of RGB (Red+Green+Blue) = 192+37+105=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C02569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02569 is #3FDA96. Grayscale: #5A5A5A. Windows color (decimal): -4184727 or 6890944. OLE color: 6890944.

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

Color convert

RGB 192 37 105 -
CMYK 0 0.81 0.45 0.25
HSL 333.68º 0.68% 0.45% -
HSV(B) 333.68º 0.81% 0.75% -
XYZ 24.95 13.55 14.66 -
YUV 91.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 192 37 105 0 0.81 0.45 0.25 333.68 0.68 0.45
Hex C0 25 69 0 51 2D 19 14E 44 2D
Octal 300 45 151 0 121 55 31 516 104 55
Binary 11000000 100101 1101001 0 1010001 101101 11001 101001110 1000100 101101

Color Harmonies of #C02569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02569

Black with #C02569

Text Example


Text Example

White with #C02569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02569; }

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

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

background-color css

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

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

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

border-color css

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

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

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