Html Css Color HEX #CB0095 Medium Violet Red

📋 copy color: '#CB0095'

red 203 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #CB0095

Tints of Medium Violet Red #CB0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 57.67%
G = 0%
B = 42.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB0095 (or 0xCB0095) is known color: Medium Violet Red. HEX triplet: CB, 00 and 95. RGB value is (203,0,149). Sum of RGB (Red+Green+Blue) = 203+0+149=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0095 is #34FF6A. Grayscale: #4D4D4D. Windows color (decimal): -3473259 or 9765067. OLE color: 9765067.

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

Color convert

RGB 203 0 149 -
CMYK 0 1 0.27 0.20
HSL 315.96º 1% 0.4% -
HSV(B) 315.96º 1% 0.8% -
XYZ 30.05 14.87 29.72 -
YUV 77.68 168.25 217.38 -
System Red Green Blue C M Y K H S L
Decimal 203 0 149 0 1 0.27 0.20 315.96 1 0.4
Hex CB 0 95 0 64 1B 14 13C 64 28
Octal 313 0 225 0 144 33 24 474 144 50
Binary 11001011 0 10010101 0 1100100 11011 10100 100111100 1100100 101000

Color Harmonies of #CB0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0095

Black with #CB0095

Text Example


Text Example

White with #CB0095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0095; }

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

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

background-color css

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

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

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

border-color css

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

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

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