Html Css Color HEX #CB068E Medium Violet Red

📋 copy color: '#CB068E'

red 203 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #CB068E

Tints of Medium Violet Red #CB068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 57.83%
G = 1.71%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB068E (or 0xCB068E) is known color: Medium Violet Red. HEX triplet: CB, 06 and 8E. RGB value is (203,6,142). Sum of RGB (Red+Green+Blue) = 203+6+142=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB068E is #34F971. Grayscale: #505050. Windows color (decimal): -3471730 or 9307851. OLE color: 9307851.

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

Color convert

RGB 203 6 142 -
CMYK 0 0.97 0.30 0.20
HSL 318.58º 0.94% 0.41% -
HSV(B) 318.58º 0.97% 0.8% -
XYZ 29.58 14.78 26.89 -
YUV 80.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 203 6 142 0 0.97 0.30 0.20 318.58 0.94 0.41
Hex CB 6 8E 0 61 1E 14 13F 5E 29
Octal 313 6 216 0 141 36 24 477 136 51
Binary 11001011 110 10001110 0 1100001 11110 10100 100111111 1011110 101001

Color Harmonies of #CB068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB068E

Black with #CB068E

Text Example


Text Example

White with #CB068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB068E; }

 p { color: rgb(203,6,142); }

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

background-color css

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

 a { background-color: rgb(203,6,142); }

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

border-color css

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

 span { border-color: rgb(203,6,142); }

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