Html Css Color HEX #CB2A95 Medium Red Violet

📋 copy color: '#CB2A95'

red 203 ◦ green 42 ◦ blue 149

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

Shades of Medium Red Violet #CB2A95

Tints of Medium Red Violet #CB2A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.66%

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

R = 51.52%
G = 10.66%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB2A95 (or 0xCB2A95) is known color: Medium Red Violet. HEX triplet: CB, 2A and 95. RGB value is (203,42,149). Sum of RGB (Red+Green+Blue) = 203+42+149=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2A95 is #34D56A. Grayscale: #666666. Windows color (decimal): -3462507 or 9775819. OLE color: 9775819.

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

Color convert

RGB 203 42 149 -
CMYK 0 0.79 0.27 0.20
HSL 320.12º 0.66% 0.48% -
HSV(B) 320.12º 0.79% 0.8% -
XYZ 30.88 16.52 30 -
YUV 102.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 203 42 149 0 0.79 0.27 0.20 320.12 0.66 0.48
Hex CB 2A 95 0 4F 1B 14 140 42 30
Octal 313 52 225 0 117 33 24 500 102 60
Binary 11001011 101010 10010101 0 1001111 11011 10100 101000000 1000010 110000

Color Harmonies of #CB2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2A95

Black with #CB2A95

Text Example


Text Example

White with #CB2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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