Html Css Color HEX #CB017D Medium Violet Red

📋 copy color: '#CB017D'

red 203 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #CB017D

Tints of Medium Violet Red #CB017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 61.7%
G = 0.3%
B = 37.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB017D (or 0xCB017D) is known color: Medium Violet Red. HEX triplet: CB, 01 and 7D. RGB value is (203,1,125). Sum of RGB (Red+Green+Blue) = 203+1+125=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB017D is #34FE82. Grayscale: #4B4B4B. Windows color (decimal): -3473027 or 8192459. OLE color: 8192459.

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

Color convert

RGB 203 1 125 -
CMYK 0 1.00 0.38 0.20
HSL 323.17º 0.99% 0.4% -
HSV(B) 323.17º 1% 0.8% -
XYZ 28.34 14.2 20.65 -
YUV 75.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 203 1 125 0 1.00 0.38 0.20 323.17 0.99 0.4
Hex CB 1 7D 0 64 26 14 143 63 28
Octal 313 1 175 0 144 46 24 503 143 50
Binary 11001011 1 1111101 0 1100100 100110 10100 101000011 1100011 101000

Color Harmonies of #CB017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB017D

Black with #CB017D

Text Example


Text Example

White with #CB017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB017D; }

 p { color: rgb(203,1,125); }

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

background-color css

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

 a { background-color: rgb(203,1,125); }

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

border-color css

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

 span { border-color: rgb(203,1,125); }

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