Html Css Color HEX #CB0395 Medium Violet Red

📋 copy color: '#CB0395'

red 203 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #CB0395

Tints of Medium Violet Red #CB0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 57.18%
G = 0.85%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB0395 (or 0xCB0395) is known color: Medium Violet Red. HEX triplet: CB, 03 and 95. RGB value is (203,3,149). Sum of RGB (Red+Green+Blue) = 203+3+149=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0395 is #34FC6A. Grayscale: #4F4F4F. Windows color (decimal): -3472491 or 9765835. OLE color: 9765835.

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

Color convert

RGB 203 3 149 -
CMYK 0 0.99 0.27 0.20
HSL 316.2º 0.97% 0.4% -
HSV(B) 316.2º 0.99% 0.8% -
XYZ 30.09 14.93 29.73 -
YUV 79.44 167.26 216.13 -
System Red Green Blue C M Y K H S L
Decimal 203 3 149 0 0.99 0.27 0.20 316.2 0.97 0.4
Hex CB 3 95 0 63 1B 14 13C 61 28
Octal 313 3 225 0 143 33 24 474 141 50
Binary 11001011 11 10010101 0 1100011 11011 10100 100111100 1100001 101000

Color Harmonies of #CB0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0395

Black with #CB0395

Text Example


Text Example

White with #CB0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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