Html Css Color HEX #CB25AD Medium Violet Red

📋 copy color: '#CB25AD'

red 203 ◦ green 37 ◦ blue 173

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

Shades of Medium Violet Red #CB25AD

Tints of Medium Violet Red #CB25AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 49.15%
G = 8.96%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB25AD (or 0xCB25AD) is known color: Medium Violet Red. HEX triplet: CB, 25 and AD. RGB value is (203,37,173). Sum of RGB (Red+Green+Blue) = 203+37+173=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25AD is #34DA52. Grayscale: #656565. Windows color (decimal): -3463763 or 11347403. OLE color: 11347403.

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

Color convert

RGB 203 37 173 -
CMYK 0 0.82 0.15 0.20
HSL 310.84º 0.69% 0.47% -
HSV(B) 310.84º 0.82% 0.8% -
XYZ 32.83 17.04 41.09 -
YUV 102.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 203 37 173 0 0.82 0.15 0.20 310.84 0.69 0.47
Hex CB 25 AD 0 52 F 14 137 45 2F
Octal 313 45 255 0 122 17 24 467 105 57
Binary 11001011 100101 10101101 0 1010010 1111 10100 100110111 1000101 101111

Color Harmonies of #CB25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25AD

Black with #CB25AD

Text Example


Text Example

White with #CB25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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