Html Css Color HEX #CB088C Medium Violet Red

📋 copy color: '#CB088C'

red 203 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #CB088C

Tints of Medium Violet Red #CB088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 57.83%
G = 2.28%
B = 39.89%

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

#CB088C (or 0xCB088C) is known color: Medium Violet Red. HEX triplet: CB, 08 and 8C. RGB value is (203,8,140). Sum of RGB (Red+Green+Blue) = 203+8+140=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB088C is #34F773. Grayscale: #515151. Windows color (decimal): -3471220 or 9177291. OLE color: 9177291.

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

Color convert

RGB 203 8 140 -
CMYK 0 0.96 0.31 0.20
HSL 319.38º 0.92% 0.41% -
HSV(B) 319.38º 0.96% 0.8% -
XYZ 29.45 14.76 26.11 -
YUV 81.35 161.1 214.77 -
System Red Green Blue C M Y K H S L
Decimal 203 8 140 0 0.96 0.31 0.20 319.38 0.92 0.41
Hex CB 8 8C 0 60 1F 14 13F 5C 29
Octal 313 10 214 0 140 37 24 477 134 51
Binary 11001011 1000 10001100 0 1100000 11111 10100 100111111 1011100 101001

Color Harmonies of #CB088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB088C

Black with #CB088C

Text Example


Text Example

White with #CB088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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