Html Css Color HEX #CB007E Medium Violet Red

📋 copy color: '#CB007E'

red 203 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #CB007E

Tints of Medium Violet Red #CB007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 61.7%
G = 0%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB007E (or 0xCB007E) is known color: Medium Violet Red. HEX triplet: CB, 00 and 7E. RGB value is (203,0,126). Sum of RGB (Red+Green+Blue) = 203+0+126=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB007E is #34FF81. Grayscale: #4A4A4A. Windows color (decimal): -3473282 or 8257739. OLE color: 8257739.

HSL color Cylindrical-coordinate representation of color #CB007E: hue angle of 322.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB007E is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 0 126 -
CMYK 0 1 0.38 0.20
HSL 322.76º 1% 0.4% -
HSV(B) 322.76º 1% 0.8% -
XYZ 28.39 14.2 20.98 -
YUV 75.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 203 0 126 0 1 0.38 0.20 322.76 1 0.4
Hex CB 0 7E 0 64 26 14 143 64 28
Octal 313 0 176 0 144 46 24 503 144 50
Binary 11001011 0 1111110 0 1100100 100110 10100 101000011 1100100 101000

Color Harmonies of #CB007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB007E

Black with #CB007E

Text Example


Text Example

White with #CB007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB007E; }

 p { color: rgb(203,0,126); }

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

background-color css

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

 a { background-color: rgb(203,0,126); }

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

border-color css

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

 span { border-color: rgb(203,0,126); }

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