Html Css Color HEX #CB068F Medium Violet Red

📋 copy color: '#CB068F'

red 203 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #CB068F

Tints of Medium Violet Red #CB068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 57.67%
G = 1.7%
B = 40.63%

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

#CB068F (or 0xCB068F) is known color: Medium Violet Red. HEX triplet: CB, 06 and 8F. RGB value is (203,6,143). Sum of RGB (Red+Green+Blue) = 203+6+143=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB068F is #34F970. Grayscale: #505050. Windows color (decimal): -3471729 or 9373387. OLE color: 9373387.

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

Color convert

RGB 203 6 143 -
CMYK 0 0.97 0.30 0.20
HSL 318.27º 0.94% 0.41% -
HSV(B) 318.27º 0.97% 0.8% -
XYZ 29.65 14.81 27.28 -
YUV 80.52 163.27 215.36 -
System Red Green Blue C M Y K H S L
Decimal 203 6 143 0 0.97 0.30 0.20 318.27 0.94 0.41
Hex CB 6 8F 0 61 1E 14 13E 5E 29
Octal 313 6 217 0 141 36 24 476 136 51
Binary 11001011 110 10001111 0 1100001 11110 10100 100111110 1011110 101001

Color Harmonies of #CB068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB068F

Black with #CB068F

Text Example


Text Example

White with #CB068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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