Html Css Color HEX #CB2493 Medium Violet Red

📋 copy color: '#CB2493'

red 203 ◦ green 36 ◦ blue 147

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

Shades of Medium Violet Red #CB2493

Tints of Medium Violet Red #CB2493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 52.59%
G = 9.33%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB2493 (or 0xCB2493) is known color: Medium Violet Red. HEX triplet: CB, 24 and 93. RGB value is (203,36,147). Sum of RGB (Red+Green+Blue) = 203+36+147=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2493 is #34DB6C. Grayscale: #626262. Windows color (decimal): -3464045 or 9643211. OLE color: 9643211.

HSL color Cylindrical-coordinate representation of color #CB2493: hue angle of 320.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2493 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 147 -
CMYK 0 0.82 0.28 0.20
HSL 320.12º 0.7% 0.47% -
HSV(B) 320.12º 0.82% 0.8% -
XYZ 30.53 16.06 29.1 -
YUV 98.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 203 36 147 0 0.82 0.28 0.20 320.12 0.7 0.47
Hex CB 24 93 0 52 1C 14 140 46 2F
Octal 313 44 223 0 122 34 24 500 106 57
Binary 11001011 100100 10010011 0 1010010 11100 10100 101000000 1000110 101111

Color Harmonies of #CB2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2493

Black with #CB2493

Text Example


Text Example

White with #CB2493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2493; }

 p { color: rgb(203,36,147); }

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

background-color css

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

 a { background-color: rgb(203,36,147); }

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

border-color css

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

 span { border-color: rgb(203,36,147); }

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