Html Css Color HEX #CB068D Medium Violet Red

📋 copy color: '#CB068D'

red 203 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #CB068D

Tints of Medium Violet Red #CB068D

RGB

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

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

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

R = 58%
G = 1.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB068D (or 0xCB068D) is known color: Medium Violet Red. HEX triplet: CB, 06 and 8D. RGB value is (203,6,141). Sum of RGB (Red+Green+Blue) = 203+6+141=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB068D is #34F972. Grayscale: #4F4F4F. Windows color (decimal): -3471731 or 9242315. OLE color: 9242315.

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

Color convert

RGB 203 6 141 -
CMYK 0 0.97 0.31 0.20
HSL 318.88º 0.94% 0.41% -
HSV(B) 318.88º 0.97% 0.8% -
XYZ 29.5 14.75 26.49 -
YUV 80.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 203 6 141 0 0.97 0.31 0.20 318.88 0.94 0.41
Hex CB 6 8D 0 61 1F 14 13F 5E 29
Octal 313 6 215 0 141 37 24 477 136 51
Binary 11001011 110 10001101 0 1100001 11111 10100 100111111 1011110 101001

Color Harmonies of #CB068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB068D

Black with #CB068D

Text Example


Text Example

White with #CB068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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