Html Css Color HEX #CB1384 Medium Violet Red

📋 copy color: '#CB1384'

red 203 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #CB1384

Tints of Medium Violet Red #CB1384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 57.34%
G = 5.37%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB1384 (or 0xCB1384) is known color: Medium Violet Red. HEX triplet: CB, 13 and 84. RGB value is (203,19,132). Sum of RGB (Red+Green+Blue) = 203+19+132=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1384 is #34EC7B. Grayscale: #565656. Windows color (decimal): -3468412 or 8655819. OLE color: 8655819.

HSL color Cylindrical-coordinate representation of color #CB1384: hue angle of 323.15º 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 #CB1384 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 132 -
CMYK 0 0.91 0.35 0.20
HSL 323.15º 0.83% 0.44% -
HSV(B) 323.15º 0.91% 0.8% -
XYZ 29.03 14.83 23.16 -
YUV 86.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 203 19 132 0 0.91 0.35 0.20 323.15 0.83 0.44
Hex CB 13 84 0 5B 23 14 143 53 2C
Octal 313 23 204 0 133 43 24 503 123 54
Binary 11001011 10011 10000100 0 1011011 100011 10100 101000011 1010011 101100

Color Harmonies of #CB1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1384

Black with #CB1384

Text Example


Text Example

White with #CB1384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1384; }

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

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

background-color css

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

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

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

border-color css

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

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

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