Html Css Color HEX #CB25A2 Medium Violet Red

📋 copy color: '#CB25A2'

red 203 ◦ green 37 ◦ blue 162

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

Shades of Medium Violet Red #CB25A2

Tints of Medium Violet Red #CB25A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 50.5%
G = 9.2%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB25A2 (or 0xCB25A2) is known color: Medium Violet Red. HEX triplet: CB, 25 and A2. RGB value is (203,37,162). Sum of RGB (Red+Green+Blue) = 203+37+162=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25A2 is #34DA5D. Grayscale: #646464. Windows color (decimal): -3463774 or 10626507. OLE color: 10626507.

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

Color convert

RGB 203 37 162 -
CMYK 0 0.82 0.20 0.20
HSL 314.82º 0.69% 0.47% -
HSV(B) 314.82º 0.82% 0.8% -
XYZ 31.81 16.63 35.72 -
YUV 100.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 203 37 162 0 0.82 0.20 0.20 314.82 0.69 0.47
Hex CB 25 A2 0 52 14 14 13B 45 2F
Octal 313 45 242 0 122 24 24 473 105 57
Binary 11001011 100101 10100010 0 1010010 10100 10100 100111011 1000101 101111

Color Harmonies of #CB25A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25A2

Black with #CB25A2

Text Example


Text Example

White with #CB25A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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