Html Css Color HEX #CB0598 Medium Violet Red

📋 copy color: '#CB0598'

red 203 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #CB0598

Tints of Medium Violet Red #CB0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 56.39%
G = 1.39%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB0598 (or 0xCB0598) is known color: Medium Violet Red. HEX triplet: CB, 05 and 98. RGB value is (203,5,152). Sum of RGB (Red+Green+Blue) = 203+5+152=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0598 is #34FA67. Grayscale: #505050. Windows color (decimal): -3471976 or 9962955. OLE color: 9962955.

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

Color convert

RGB 203 5 152 -
CMYK 0 0.98 0.25 0.20
HSL 315.45º 0.95% 0.41% -
HSV(B) 315.45º 0.98% 0.8% -
XYZ 30.35 15.07 31.02 -
YUV 80.96 168.1 215.05 -
System Red Green Blue C M Y K H S L
Decimal 203 5 152 0 0.98 0.25 0.20 315.45 0.95 0.41
Hex CB 5 98 0 62 19 14 13B 5F 29
Octal 313 5 230 0 142 31 24 473 137 51
Binary 11001011 101 10011000 0 1100010 11001 10100 100111011 1011111 101001

Color Harmonies of #CB0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0598

Black with #CB0598

Text Example


Text Example

White with #CB0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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