Html Css Color HEX #CB0487 Medium Violet Red

📋 copy color: '#CB0487'

red 203 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #CB0487

Tints of Medium Violet Red #CB0487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 135 (53.13% from 255) = 39.47%

R = 59.36%
G = 1.17%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB0487 (or 0xCB0487) is known color: Medium Violet Red. HEX triplet: CB, 04 and 87. RGB value is (203,4,135). Sum of RGB (Red+Green+Blue) = 203+4+135=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0487 is #34FB78. Grayscale: #4E4E4E. Windows color (decimal): -3472249 or 8848587. OLE color: 8848587.

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

Color convert

RGB 203 4 135 -
CMYK 0 0.98 0.33 0.20
HSL 320.5º 0.96% 0.41% -
HSV(B) 320.5º 0.98% 0.8% -
XYZ 29.05 14.53 24.2 -
YUV 78.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 203 4 135 0 0.98 0.33 0.20 320.5 0.96 0.41
Hex CB 4 87 0 62 21 14 141 60 29
Octal 313 4 207 0 142 41 24 501 140 51
Binary 11001011 100 10000111 0 1100010 100001 10100 101000001 1100000 101001

Color Harmonies of #CB0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0487

Black with #CB0487

Text Example


Text Example

White with #CB0487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0487; }

 p { color: rgb(203,4,135); }

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

background-color css

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

 a { background-color: rgb(203,4,135); }

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

border-color css

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

 span { border-color: rgb(203,4,135); }

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