Html Css Color HEX #CB009F Medium Violet Red

📋 copy color: '#CB009F'

red 203 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #CB009F

Tints of Medium Violet Red #CB009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 56.08%
G = 0%
B = 43.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB009F (or 0xCB009F) is known color: Medium Violet Red. HEX triplet: CB, 00 and 9F. RGB value is (203,0,159). Sum of RGB (Red+Green+Blue) = 203+0+159=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB009F is #34FF60. Grayscale: #4E4E4E. Windows color (decimal): -3473249 or 10420427. OLE color: 10420427.

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

Color convert

RGB 203 0 159 -
CMYK 0 1 0.22 0.20
HSL 313º 1% 0.4% -
HSV(B) 313º 1% 0.8% -
XYZ 30.89 15.2 34.11 -
YUV 78.82 173.25 216.57 -
System Red Green Blue C M Y K H S L
Decimal 203 0 159 0 1 0.22 0.20 313 1 0.4
Hex CB 0 9F 0 64 16 14 139 64 28
Octal 313 0 237 0 144 26 24 471 144 50
Binary 11001011 0 10011111 0 1100100 10110 10100 100111001 1100100 101000

Color Harmonies of #CB009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB009F

Black with #CB009F

Text Example


Text Example

White with #CB009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB009F; }

 p { color: rgb(203,0,159); }

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

background-color css

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

 a { background-color: rgb(203,0,159); }

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

border-color css

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

 span { border-color: rgb(203,0,159); }

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