Html Css Color HEX #CB069F Medium Violet Red

📋 copy color: '#CB069F'

red 203 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #CB069F

Tints of Medium Violet Red #CB069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 55.16%
G = 1.63%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB069F (or 0xCB069F) is known color: Medium Violet Red. HEX triplet: CB, 06 and 9F. RGB value is (203,6,159). Sum of RGB (Red+Green+Blue) = 203+6+159=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB069F is #34F960. Grayscale: #515151. Windows color (decimal): -3471713 or 10421963. OLE color: 10421963.

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

Color convert

RGB 203 6 159 -
CMYK 0 0.97 0.22 0.20
HSL 313.4º 0.94% 0.41% -
HSV(B) 313.4º 0.97% 0.8% -
XYZ 30.95 15.33 34.13 -
YUV 82.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 203 6 159 0 0.97 0.22 0.20 313.4 0.94 0.41
Hex CB 6 9F 0 61 16 14 139 5E 29
Octal 313 6 237 0 141 26 24 471 136 51
Binary 11001011 110 10011111 0 1100001 10110 10100 100111001 1011110 101001

Color Harmonies of #CB069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB069F

Black with #CB069F

Text Example


Text Example

White with #CB069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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