Html Css Color HEX #CB0070 Medium Violet Red

📋 copy color: '#CB0070'

red 203 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #CB0070

Tints of Medium Violet Red #CB0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.44%
G = 0%
B = 35.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB0070 (or 0xCB0070) is known color: Medium Violet Red. HEX triplet: CB, 00 and 70. RGB value is (203,0,112). Sum of RGB (Red+Green+Blue) = 203+0+112=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0070 is #34FF8F. Grayscale: #494949. Windows color (decimal): -3473296 or 7340235. OLE color: 7340235.

HSL color Cylindrical-coordinate representation of color #CB0070: hue angle of 326.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0070 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 112 -
CMYK 0 1 0.45 0.20
HSL 326.9º 1% 0.4% -
HSV(B) 326.9º 1% 0.8% -
XYZ 27.55 13.87 16.55 -
YUV 73.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 203 0 112 0 1 0.45 0.20 326.9 1 0.4
Hex CB 0 70 0 64 2D 14 147 64 28
Octal 313 0 160 0 144 55 24 507 144 50
Binary 11001011 0 1110000 0 1100100 101101 10100 101000111 1100100 101000

Color Harmonies of #CB0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0070

Black with #CB0070

Text Example


Text Example

White with #CB0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0070; }

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

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

background-color css

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

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

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

border-color css

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

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

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