Html Css Color HEX #CB1EA5 Medium Violet Red

📋 copy color: '#CB1EA5'

red 203 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #CB1EA5

Tints of Medium Violet Red #CB1EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 51.01%
G = 7.54%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB1EA5 (or 0xCB1EA5) is known color: Medium Violet Red. HEX triplet: CB, 1E and A5. RGB value is (203,30,165). Sum of RGB (Red+Green+Blue) = 203+30+165=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1EA5 is #34E15A. Grayscale: #606060. Windows color (decimal): -3465563 or 10821323. OLE color: 10821323.

HSL color Cylindrical-coordinate representation of color #CB1EA5: hue angle of 313.18º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1EA5 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 30 165 -
CMYK 0 0.85 0.19 0.20
HSL 313.18º 0.74% 0.46% -
HSV(B) 313.18º 0.85% 0.8% -
XYZ 31.88 16.34 37.07 -
YUV 97.12 166.31 203.52 -
System Red Green Blue C M Y K H S L
Decimal 203 30 165 0 0.85 0.19 0.20 313.18 0.74 0.46
Hex CB 1E A5 0 55 13 14 139 4A 2E
Octal 313 36 245 0 125 23 24 471 112 56
Binary 11001011 11110 10100101 0 1010101 10011 10100 100111001 1001010 101110

Color Harmonies of #CB1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1EA5

Black with #CB1EA5

Text Example


Text Example

White with #CB1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1EA5; }

 p { color: rgb(203,30,165); }

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

background-color css

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

 a { background-color: rgb(203,30,165); }

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

border-color css

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

 span { border-color: rgb(203,30,165); }

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