Html Css Color HEX #CB03A5 Medium Violet Red

📋 copy color: '#CB03A5'

red 203 ◦ green 3 ◦ blue 165

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

Shades of Medium Violet Red #CB03A5

Tints of Medium Violet Red #CB03A5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 54.72%
G = 0.81%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB03A5 (or 0xCB03A5) is known color: Medium Violet Red. HEX triplet: CB, 03 and A5. RGB value is (203,3,165). Sum of RGB (Red+Green+Blue) = 203+3+165=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB03A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB03A5 is #34FC5A. Grayscale: #505050. Windows color (decimal): -3472475 or 10814411. OLE color: 10814411.

HSL color Cylindrical-coordinate representation of color #CB03A5: hue angle of 311.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03A5 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 165 -
CMYK 0 0.99 0.19 0.20
HSL 311.4º 0.97% 0.4% -
HSV(B) 311.4º 0.99% 0.8% -
XYZ 31.45 15.48 36.93 -
YUV 81.27 175.26 214.83 -
System Red Green Blue C M Y K H S L
Decimal 203 3 165 0 0.99 0.19 0.20 311.4 0.97 0.4
Hex CB 3 A5 0 63 13 14 137 61 28
Octal 313 3 245 0 143 23 24 467 141 50
Binary 11001011 11 10100101 0 1100011 10011 10100 100110111 1100001 101000

Color Harmonies of #CB03A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB03A5

Black with #CB03A5

Text Example


Text Example

White with #CB03A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB03A5; }

 p { color: rgb(203,3,165); }

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

background-color css

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

 a { background-color: rgb(203,3,165); }

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

border-color css

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

 span { border-color: rgb(203,3,165); }

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