Html Css Color HEX #CB0A73 Medium Violet Red

📋 copy color: '#CB0A73'

red 203 ◦ green 10 ◦ blue 115

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

Shades of Medium Violet Red #CB0A73

Tints of Medium Violet Red #CB0A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.06%

R = 61.89%
G = 3.05%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB0A73 (or 0xCB0A73) is known color: Medium Violet Red. HEX triplet: CB, 0A and 73. RGB value is (203,10,115). Sum of RGB (Red+Green+Blue) = 203+10+115=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A73 is #34F58C. Grayscale: #4F4F4F. Windows color (decimal): -3470733 or 7539403. OLE color: 7539403.

HSL color Cylindrical-coordinate representation of color #CB0A73: hue angle of 327.36º 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 #CB0A73 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 115 -
CMYK 0 0.95 0.43 0.20
HSL 327.36º 0.91% 0.42% -
HSV(B) 327.36º 0.95% 0.8% -
XYZ 27.83 14.15 17.48 -
YUV 79.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 203 10 115 0 0.95 0.43 0.20 327.36 0.91 0.42
Hex CB A 73 0 5F 2B 14 147 5B 2A
Octal 313 12 163 0 137 53 24 507 133 52
Binary 11001011 1010 1110011 0 1011111 101011 10100 101000111 1011011 101010

Color Harmonies of #CB0A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A73

Black with #CB0A73

Text Example


Text Example

White with #CB0A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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