Html Css Color HEX #CB04A5 Medium Violet Red

📋 copy color: '#CB04A5'

red 203 ◦ green 4 ◦ blue 165

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

Shades of Medium Violet Red #CB04A5

Tints of Medium Violet Red #CB04A5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 54.57%
G = 1.08%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB04A5 (or 0xCB04A5) is known color: Medium Violet Red. HEX triplet: CB, 04 and A5. RGB value is (203,4,165). Sum of RGB (Red+Green+Blue) = 203+4+165=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB04A5 is #34FB5A. Grayscale: #515151. Windows color (decimal): -3472219 or 10814667. OLE color: 10814667.

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

Color convert

RGB 203 4 165 -
CMYK 0 0.98 0.19 0.20
HSL 311.46º 0.96% 0.41% -
HSV(B) 311.46º 0.98% 0.8% -
XYZ 31.46 15.5 36.93 -
YUV 81.86 174.93 214.41 -
System Red Green Blue C M Y K H S L
Decimal 203 4 165 0 0.98 0.19 0.20 311.46 0.96 0.41
Hex CB 4 A5 0 62 13 14 137 60 29
Octal 313 4 245 0 142 23 24 467 140 51
Binary 11001011 100 10100101 0 1100010 10011 10100 100110111 1100000 101001

Color Harmonies of #CB04A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04A5

Black with #CB04A5

Text Example


Text Example

White with #CB04A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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