Html Css Color HEX #CB1F75 Medium Violet Red

📋 copy color: '#CB1F75'

red 203 ◦ green 31 ◦ blue 117

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

Shades of Medium Violet Red #CB1F75

Tints of Medium Violet Red #CB1F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.83%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 57.83%
G = 8.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB1F75 (or 0xCB1F75) is known color: Medium Violet Red. HEX triplet: CB, 1F and 75. RGB value is (203,31,117). Sum of RGB (Red+Green+Blue) = 203+31+117=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F75 is #34E08A. Grayscale: #5C5C5C. Windows color (decimal): -3465355 or 7675851. OLE color: 7675851.

HSL color Cylindrical-coordinate representation of color #CB1F75: hue angle of 330º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F75 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 31 117 -
CMYK 0 0.85 0.42 0.20
HSL 330º 0.74% 0.46% -
HSV(B) 330º 0.85% 0.8% -
XYZ 28.33 14.96 18.22 -
YUV 92.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 203 31 117 0 0.85 0.42 0.20 330 0.74 0.46
Hex CB 1F 75 0 55 2A 14 14A 4A 2E
Octal 313 37 165 0 125 52 24 512 112 56
Binary 11001011 11111 1110101 0 1010101 101010 10100 101001010 1001010 101110

Color Harmonies of #CB1F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F75

Black with #CB1F75

Text Example


Text Example

White with #CB1F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F75; }

 p { color: rgb(203,31,117); }

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

background-color css

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

 a { background-color: rgb(203,31,117); }

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

border-color css

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

 span { border-color: rgb(203,31,117); }

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