Html Css Color HEX #CB1395 Medium Violet Red

📋 copy color: '#CB1395'

red 203 ◦ green 19 ◦ blue 149

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

Shades of Medium Violet Red #CB1395

Tints of Medium Violet Red #CB1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 54.72%
G = 5.12%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB1395 (or 0xCB1395) is known color: Medium Violet Red. HEX triplet: CB, 13 and 95. RGB value is (203,19,149). Sum of RGB (Red+Green+Blue) = 203+19+149=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1395 is #34EC6A. Grayscale: #585858. Windows color (decimal): -3468395 or 9769931. OLE color: 9769931.

HSL color Cylindrical-coordinate representation of color #CB1395: hue angle of 317.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1395 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 149 -
CMYK 0 0.91 0.27 0.20
HSL 317.61º 0.83% 0.44% -
HSV(B) 317.61º 0.91% 0.8% -
XYZ 30.29 15.33 29.8 -
YUV 88.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 203 19 149 0 0.91 0.27 0.20 317.61 0.83 0.44
Hex CB 13 95 0 5B 1B 14 13E 53 2C
Octal 313 23 225 0 133 33 24 476 123 54
Binary 11001011 10011 10010101 0 1011011 11011 10100 100111110 1010011 101100

Color Harmonies of #CB1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1395

Black with #CB1395

Text Example


Text Example

White with #CB1395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1395; }

 p { color: rgb(203,19,149); }

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

background-color css

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

 a { background-color: rgb(203,19,149); }

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

border-color css

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

 span { border-color: rgb(203,19,149); }

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