Html Css Color HEX #C0018B Medium Violet Red

📋 copy color: '#C0018B'

red 192 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #C0018B

Tints of Medium Violet Red #C0018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 57.83%
G = 0.3%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0018B (or 0xC0018B) is known color: Medium Violet Red. HEX triplet: C0, 01 and 8B. RGB value is (192,1,139). Sum of RGB (Red+Green+Blue) = 192+1+139=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0018B is #3FFE74. Grayscale: #494949. Windows color (decimal): -4193909 or 9109952. OLE color: 9109952.

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

Color convert

RGB 192 1 139 -
CMYK 0 0.99 0.28 0.25
HSL 316.65º 0.99% 0.38% -
HSV(B) 316.65º 0.99% 0.75% -
XYZ 26.41 13.09 25.56 -
YUV 73.84 164.78 212.28 -
System Red Green Blue C M Y K H S L
Decimal 192 1 139 0 0.99 0.28 0.25 316.65 0.99 0.38
Hex C0 1 8B 0 63 1C 19 13D 63 26
Octal 300 1 213 0 143 34 31 475 143 46
Binary 11000000 1 10001011 0 1100011 11100 11001 100111101 1100011 100110

Color Harmonies of #C0018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0018B

Black with #C0018B

Text Example


Text Example

White with #C0018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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