Html Css Color HEX #CB25AF Medium Violet Red

📋 copy color: '#CB25AF'

red 203 ◦ green 37 ◦ blue 175

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

Shades of Medium Violet Red #CB25AF

Tints of Medium Violet Red #CB25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 48.92%
G = 8.92%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB25AF (or 0xCB25AF) is known color: Medium Violet Red. HEX triplet: CB, 25 and AF. RGB value is (203,37,175). Sum of RGB (Red+Green+Blue) = 203+37+175=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB25AF is #34DA50. Grayscale: #656565. Windows color (decimal): -3463761 or 11478475. OLE color: 11478475.

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

Color convert

RGB 203 37 175 -
CMYK 0 0.82 0.14 0.20
HSL 310.12º 0.69% 0.47% -
HSV(B) 310.12º 0.82% 0.8% -
XYZ 33.03 17.11 42.12 -
YUV 102.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 203 37 175 0 0.82 0.14 0.20 310.12 0.69 0.47
Hex CB 25 AF 0 52 E 14 136 45 2F
Octal 313 45 257 0 122 16 24 466 105 57
Binary 11001011 100101 10101111 0 1010010 1110 10100 100110110 1000101 101111

Color Harmonies of #CB25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25AF

Black with #CB25AF

Text Example


Text Example

White with #CB25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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