Html Css Color HEX #CB0A8C Medium Violet Red

📋 copy color: '#CB0A8C'

red 203 ◦ green 10 ◦ blue 140

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

Shades of Medium Violet Red #CB0A8C

Tints of Medium Violet Red #CB0A8C

RGB

 RED value IS 203 (79.69% from 255) = 57.51%

 GREEN value IS 10 (4.3% from 255) = 2.83%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 57.51%
G = 2.83%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB0A8C (or 0xCB0A8C) is known color: Medium Violet Red. HEX triplet: CB, 0A and 8C. RGB value is (203,10,140). Sum of RGB (Red+Green+Blue) = 203+10+140=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0A8C is #34F573. Grayscale: #525252. Windows color (decimal): -3470708 or 9177803. OLE color: 9177803.

HSL color Cylindrical-coordinate representation of color #CB0A8C: hue angle of 319.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A8C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 140 -
CMYK 0 0.95 0.31 0.20
HSL 319.59º 0.91% 0.42% -
HSV(B) 319.59º 0.95% 0.8% -
XYZ 29.47 14.81 26.12 -
YUV 82.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 203 10 140 0 0.95 0.31 0.20 319.59 0.91 0.42
Hex CB A 8C 0 5F 1F 14 140 5B 2A
Octal 313 12 214 0 137 37 24 500 133 52
Binary 11001011 1010 10001100 0 1011111 11111 10100 101000000 1011011 101010

Color Harmonies of #CB0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A8C

Black with #CB0A8C

Text Example


Text Example

White with #CB0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A8C; }

 p { color: rgb(203,10,140); }

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

background-color css

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

 a { background-color: rgb(203,10,140); }

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

border-color css

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

 span { border-color: rgb(203,10,140); }

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