Html Css Color HEX #CB066D Medium Violet Red

📋 copy color: '#CB066D'

red 203 ◦ green 6 ◦ blue 109

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

Shades of Medium Violet Red #CB066D

Tints of Medium Violet Red #CB066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 63.84%
G = 1.89%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB066D (or 0xCB066D) is known color: Medium Violet Red. HEX triplet: CB, 06 and 6D. RGB value is (203,6,109). Sum of RGB (Red+Green+Blue) = 203+6+109=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB066D is #34F992. Grayscale: #4C4C4C. Windows color (decimal): -3471763 or 7145163. OLE color: 7145163.

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

Color convert

RGB 203 6 109 -
CMYK 0 0.97 0.46 0.20
HSL 328.63º 0.94% 0.41% -
HSV(B) 328.63º 0.97% 0.8% -
XYZ 27.45 13.93 15.71 -
YUV 76.65 146.27 218.12 -
System Red Green Blue C M Y K H S L
Decimal 203 6 109 0 0.97 0.46 0.20 328.63 0.94 0.41
Hex CB 6 6D 0 61 2E 14 149 5E 29
Octal 313 6 155 0 141 56 24 511 136 51
Binary 11001011 110 1101101 0 1100001 101110 10100 101001001 1011110 101001

Color Harmonies of #CB066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB066D

Black with #CB066D

Text Example


Text Example

White with #CB066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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