Html Css Color HEX #CB0692 Medium Violet Red

📋 copy color: '#CB0692'

red 203 ◦ green 6 ◦ blue 146

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

Shades of Medium Violet Red #CB0692

Tints of Medium Violet Red #CB0692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 57.18%
G = 1.69%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB0692 (or 0xCB0692) is known color: Medium Violet Red. HEX triplet: CB, 06 and 92. RGB value is (203,6,146). Sum of RGB (Red+Green+Blue) = 203+6+146=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0692 is #34F96D. Grayscale: #505050. Windows color (decimal): -3471726 or 9569995. OLE color: 9569995.

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

Color convert

RGB 203 6 146 -
CMYK 0 0.97 0.28 0.20
HSL 317.36º 0.94% 0.41% -
HSV(B) 317.36º 0.97% 0.8% -
XYZ 29.88 14.9 28.5 -
YUV 80.86 164.77 215.12 -
System Red Green Blue C M Y K H S L
Decimal 203 6 146 0 0.97 0.28 0.20 317.36 0.94 0.41
Hex CB 6 92 0 61 1C 14 13D 5E 29
Octal 313 6 222 0 141 34 24 475 136 51
Binary 11001011 110 10010010 0 1100001 11100 10100 100111101 1011110 101001

Color Harmonies of #CB0692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0692

Black with #CB0692

Text Example


Text Example

White with #CB0692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0692; }

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

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

background-color css

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

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

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

border-color css

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

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

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