Html Css Color HEX #CB0595 Medium Violet Red

📋 copy color: '#CB0595'

red 203 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #CB0595

Tints of Medium Violet Red #CB0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 56.86%
G = 1.4%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB0595 (or 0xCB0595) is known color: Medium Violet Red. HEX triplet: CB, 05 and 95. RGB value is (203,5,149). Sum of RGB (Red+Green+Blue) = 203+5+149=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0595 is #34FA6A. Grayscale: #505050. Windows color (decimal): -3471979 or 9766347. OLE color: 9766347.

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

Color convert

RGB 203 5 149 -
CMYK 0 0.98 0.27 0.20
HSL 316.36º 0.95% 0.41% -
HSV(B) 316.36º 0.98% 0.8% -
XYZ 30.11 14.97 29.74 -
YUV 80.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 203 5 149 0 0.98 0.27 0.20 316.36 0.95 0.41
Hex CB 5 95 0 62 1B 14 13C 5F 29
Octal 313 5 225 0 142 33 24 474 137 51
Binary 11001011 101 10010101 0 1100010 11011 10100 100111100 1011111 101001

Color Harmonies of #CB0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0595

Black with #CB0595

Text Example


Text Example

White with #CB0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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