Html Css Color HEX #CB0A70 Medium Violet Red

📋 copy color: '#CB0A70'

red 203 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #CB0A70

Tints of Medium Violet Red #CB0A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 62.46%
G = 3.08%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB0A70 (or 0xCB0A70) is known color: Medium Violet Red. HEX triplet: CB, 0A and 70. RGB value is (203,10,112). Sum of RGB (Red+Green+Blue) = 203+10+112=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A70 is #34F58F. Grayscale: #4F4F4F. Windows color (decimal): -3470736 or 7342795. OLE color: 7342795.

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

Color convert

RGB 203 10 112 -
CMYK 0 0.95 0.45 0.20
HSL 328.29º 0.91% 0.42% -
HSV(B) 328.29º 0.95% 0.8% -
XYZ 27.66 14.08 16.59 -
YUV 79.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 203 10 112 0 0.95 0.45 0.20 328.29 0.91 0.42
Hex CB A 70 0 5F 2D 14 148 5B 2A
Octal 313 12 160 0 137 55 24 510 133 52
Binary 11001011 1010 1110000 0 1011111 101101 10100 101001000 1011011 101010

Color Harmonies of #CB0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A70

Black with #CB0A70

Text Example


Text Example

White with #CB0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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