Html Css Color HEX #CB25AA Medium Violet Red

📋 copy color: '#CB25AA'

red 203 ◦ green 37 ◦ blue 170

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

Shades of Medium Violet Red #CB25AA

Tints of Medium Violet Red #CB25AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 49.51%
G = 9.02%
B = 41.46%

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

#CB25AA (or 0xCB25AA) is known color: Medium Violet Red. HEX triplet: CB, 25 and AA. RGB value is (203,37,170). Sum of RGB (Red+Green+Blue) = 203+37+170=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25AA is #34DA55. Grayscale: #656565. Windows color (decimal): -3463766 or 11150795. OLE color: 11150795.

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

Color convert

RGB 203 37 170 -
CMYK 0 0.82 0.16 0.20
HSL 311.93º 0.69% 0.47% -
HSV(B) 311.93º 0.82% 0.8% -
XYZ 32.55 16.92 39.58 -
YUV 101.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 203 37 170 0 0.82 0.16 0.20 311.93 0.69 0.47
Hex CB 25 AA 0 52 10 14 138 45 2F
Octal 313 45 252 0 122 20 24 470 105 57
Binary 11001011 100101 10101010 0 1010010 10000 10100 100111000 1000101 101111

Color Harmonies of #CB25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25AA

Black with #CB25AA

Text Example


Text Example

White with #CB25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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