Html Css Color HEX #CB067B Medium Violet Red

📋 copy color: '#CB067B'

red 203 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #CB067B

Tints of Medium Violet Red #CB067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 61.14%
G = 1.81%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB067B (or 0xCB067B) is known color: Medium Violet Red. HEX triplet: CB, 06 and 7B. RGB value is (203,6,123). Sum of RGB (Red+Green+Blue) = 203+6+123=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB067B is #34F984. Grayscale: #4D4D4D. Windows color (decimal): -3471749 or 8062667. OLE color: 8062667.

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

Color convert

RGB 203 6 123 -
CMYK 0 0.97 0.39 0.20
HSL 324.37º 0.94% 0.41% -
HSV(B) 324.37º 0.97% 0.8% -
XYZ 28.27 14.26 20 -
YUV 78.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 203 6 123 0 0.97 0.39 0.20 324.37 0.94 0.41
Hex CB 6 7B 0 61 27 14 144 5E 29
Octal 313 6 173 0 141 47 24 504 136 51
Binary 11001011 110 1111011 0 1100001 100111 10100 101000100 1011110 101001

Color Harmonies of #CB067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB067B

Black with #CB067B

Text Example


Text Example

White with #CB067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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