Html Css Color HEX #CB25AB Medium Violet Red

📋 copy color: '#CB25AB'

red 203 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #CB25AB

Tints of Medium Violet Red #CB25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 49.39%
G = 9%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB25AB (or 0xCB25AB) is known color: Medium Violet Red. HEX triplet: CB, 25 and AB. RGB value is (203,37,171). Sum of RGB (Red+Green+Blue) = 203+37+171=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25AB is #34DA54. Grayscale: #656565. Windows color (decimal): -3463765 or 11216331. OLE color: 11216331.

HSL color Cylindrical-coordinate representation of color #CB25AB: hue angle of 311.57º degrees, saturation: 0.69, 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 #CB25AB is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 171 -
CMYK 0 0.82 0.16 0.20
HSL 311.57º 0.69% 0.47% -
HSV(B) 311.57º 0.82% 0.8% -
XYZ 32.64 16.96 40.08 -
YUV 101.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 203 37 171 0 0.82 0.16 0.20 311.57 0.69 0.47
Hex CB 25 AB 0 52 10 14 138 45 2F
Octal 313 45 253 0 122 20 24 470 105 57
Binary 11001011 100101 10101011 0 1010010 10000 10100 100111000 1000101 101111

Color Harmonies of #CB25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25AB

Black with #CB25AB

Text Example


Text Example

White with #CB25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25AB; }

 p { color: rgb(203,37,171); }

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

background-color css

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

 a { background-color: rgb(203,37,171); }

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

border-color css

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

 span { border-color: rgb(203,37,171); }

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