Html Css Color HEX #CB088D Medium Violet Red

📋 copy color: '#CB088D'

red 203 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #CB088D

Tints of Medium Violet Red #CB088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 57.67%
G = 2.27%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB088D (or 0xCB088D) is known color: Medium Violet Red. HEX triplet: CB, 08 and 8D. RGB value is (203,8,141). Sum of RGB (Red+Green+Blue) = 203+8+141=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB088D is #34F772. Grayscale: #515151. Windows color (decimal): -3471219 or 9242827. OLE color: 9242827.

HSL color Cylindrical-coordinate representation of color #CB088D: hue angle of 319.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB088D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 8 141 -
CMYK 0 0.96 0.31 0.20
HSL 319.08º 0.92% 0.41% -
HSV(B) 319.08º 0.96% 0.8% -
XYZ 29.52 14.79 26.5 -
YUV 81.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 203 8 141 0 0.96 0.31 0.20 319.08 0.92 0.41
Hex CB 8 8D 0 60 1F 14 13F 5C 29
Octal 313 10 215 0 140 37 24 477 134 51
Binary 11001011 1000 10001101 0 1100000 11111 10100 100111111 1011100 101001

Color Harmonies of #CB088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB088D

Black with #CB088D

Text Example


Text Example

White with #CB088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB088D; }

 p { color: rgb(203,8,141); }

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

background-color css

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

 a { background-color: rgb(203,8,141); }

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

border-color css

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

 span { border-color: rgb(203,8,141); }

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