Html Css Color HEX #CB0097 Medium Violet Red

📋 copy color: '#CB0097'

red 203 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #CB0097

Tints of Medium Violet Red #CB0097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 57.34%
G = 0%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB0097 (or 0xCB0097) is known color: Medium Violet Red. HEX triplet: CB, 00 and 97. RGB value is (203,0,151). Sum of RGB (Red+Green+Blue) = 203+0+151=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0097 is #34FF68. Grayscale: #4D4D4D. Windows color (decimal): -3473257 or 9896139. OLE color: 9896139.

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

Color convert

RGB 203 0 151 -
CMYK 0 1 0.26 0.20
HSL 315.37º 1% 0.4% -
HSV(B) 315.37º 1% 0.8% -
XYZ 30.21 14.93 30.57 -
YUV 77.91 169.25 217.22 -
System Red Green Blue C M Y K H S L
Decimal 203 0 151 0 1 0.26 0.20 315.37 1 0.4
Hex CB 0 97 0 64 1A 14 13B 64 28
Octal 313 0 227 0 144 32 24 473 144 50
Binary 11001011 0 10010111 0 1100100 11010 10100 100111011 1100100 101000

Color Harmonies of #CB0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0097

Black with #CB0097

Text Example


Text Example

White with #CB0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0097; }

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

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

background-color css

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

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

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

border-color css

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

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

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