Html Css Color HEX #C02F8B Medium Red Violet

📋 copy color: '#C02F8B'

red 192 ◦ green 47 ◦ blue 139

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

Shades of Medium Red Violet #C02F8B

Tints of Medium Red Violet #C02F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 50.79%
G = 12.43%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C02F8B (or 0xC02F8B) is known color: Medium Red Violet. HEX triplet: C0, 2F and 8B. RGB value is (192,47,139). Sum of RGB (Red+Green+Blue) = 192+47+139=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02F8B is #3FD074. Grayscale: #646464. Windows color (decimal): -4182133 or 9121728. OLE color: 9121728.

HSL color Cylindrical-coordinate representation of color #C02F8B: hue angle of 321.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F8B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 139 -
CMYK 0 0.76 0.28 0.25
HSL 321.93º 0.61% 0.47% -
HSV(B) 321.93º 0.76% 0.75% -
XYZ 27.41 15.1 25.9 -
YUV 100.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 192 47 139 0 0.76 0.28 0.25 321.93 0.61 0.47
Hex C0 2F 8B 0 4C 1C 19 142 3D 2F
Octal 300 57 213 0 114 34 31 502 75 57
Binary 11000000 101111 10001011 0 1001100 11100 11001 101000010 111101 101111

Color Harmonies of #C02F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F8B

Black with #C02F8B

Text Example


Text Example

White with #C02F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F8B; }

 p { color: rgb(192,47,139); }

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

background-color css

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

 a { background-color: rgb(192,47,139); }

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

border-color css

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

 span { border-color: rgb(192,47,139); }

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