Html Css Color HEX #C02285 Medium Violet Red

📋 copy color: '#C02285'

red 192 ◦ green 34 ◦ blue 133

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

Shades of Medium Violet Red #C02285

Tints of Medium Violet Red #C02285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 53.48%
G = 9.47%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C02285 (or 0xC02285) is known color: Medium Violet Red. HEX triplet: C0, 22 and 85. RGB value is (192,34,133). Sum of RGB (Red+Green+Blue) = 192+34+133=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C02285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02285 is #3FDD7A. Grayscale: #5C5C5C. Windows color (decimal): -4185467 or 8725184. OLE color: 8725184.

HSL color Cylindrical-coordinate representation of color #C02285: hue angle of 322.41º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02285 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 133 -
CMYK 0 0.82 0.31 0.25
HSL 322.41º 0.7% 0.44% -
HSV(B) 322.41º 0.82% 0.75% -
XYZ 26.54 14.04 23.5 -
YUV 92.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 192 34 133 0 0.82 0.31 0.25 322.41 0.7 0.44
Hex C0 22 85 0 52 1F 19 142 46 2C
Octal 300 42 205 0 122 37 31 502 106 54
Binary 11000000 100010 10000101 0 1010010 11111 11001 101000010 1000110 101100

Color Harmonies of #C02285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02285

Black with #C02285

Text Example


Text Example

White with #C02285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02285; }

 p { color: rgb(192,34,133); }

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

background-color css

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

 a { background-color: rgb(192,34,133); }

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

border-color css

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

 span { border-color: rgb(192,34,133); }

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