Html Css Color HEX #CB2CA5 Medium Red Violet

📋 copy color: '#CB2CA5'

red 203 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #CB2CA5

Tints of Medium Red Violet #CB2CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 49.27%
G = 10.68%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB2CA5 (or 0xCB2CA5) is known color: Medium Red Violet. HEX triplet: CB, 2C and A5. RGB value is (203,44,165). Sum of RGB (Red+Green+Blue) = 203+44+165=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2CA5 is #34D35A. Grayscale: #696969. Windows color (decimal): -3461979 or 10824907. OLE color: 10824907.

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

Color convert

RGB 203 44 165 -
CMYK 0 0.78 0.19 0.20
HSL 314.34º 0.64% 0.48% -
HSV(B) 314.34º 0.78% 0.8% -
XYZ 32.32 17.21 37.22 -
YUV 105.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 203 44 165 0 0.78 0.19 0.20 314.34 0.64 0.48
Hex CB 2C A5 0 4E 13 14 13A 40 30
Octal 313 54 245 0 116 23 24 472 100 60
Binary 11001011 101100 10100101 0 1001110 10011 10100 100111010 1000000 110000

Color Harmonies of #CB2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2CA5

Black with #CB2CA5

Text Example


Text Example

White with #CB2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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