Html Css Color HEX #CB069D Medium Violet Red

📋 copy color: '#CB069D'

red 203 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #CB069D

Tints of Medium Violet Red #CB069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 55.46%
G = 1.64%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB069D (or 0xCB069D) is known color: Medium Violet Red. HEX triplet: CB, 06 and 9D. RGB value is (203,6,157). Sum of RGB (Red+Green+Blue) = 203+6+157=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB069D is #34F962. Grayscale: #515151. Windows color (decimal): -3471715 or 10290891. OLE color: 10290891.

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

Color convert

RGB 203 6 157 -
CMYK 0 0.97 0.23 0.20
HSL 314.01º 0.94% 0.41% -
HSV(B) 314.01º 0.97% 0.8% -
XYZ 30.78 15.26 33.22 -
YUV 82.12 170.27 214.22 -
System Red Green Blue C M Y K H S L
Decimal 203 6 157 0 0.97 0.23 0.20 314.01 0.94 0.41
Hex CB 6 9D 0 61 17 14 13A 5E 29
Octal 313 6 235 0 141 27 24 472 136 51
Binary 11001011 110 10011101 0 1100001 10111 10100 100111010 1011110 101001

Color Harmonies of #CB069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB069D

Black with #CB069D

Text Example


Text Example

White with #CB069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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