Html Css Color HEX #CB71B7 Fuchsia

📋 copy color: '#CB71B7'

red 203 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #CB71B7

Tints of Fuchsia #CB71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.65%

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 40.68%
G = 22.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB71B7 (or 0xCB71B7) is known color: Fuchsia. HEX triplet: CB, 71 and B7. RGB value is (203,113,183). Sum of RGB (Red+Green+Blue) = 203+113+183=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71B7 is #348E48. Grayscale: #939393. Windows color (decimal): -3444297 or 12022219. OLE color: 12022219.

HSL color Cylindrical-coordinate representation of color #CB71B7: hue angle of 313.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB71B7 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 183 -
CMYK 0 0.44 0.10 0.20
HSL 313.33º 0.46% 0.62% -
HSV(B) 313.33º 0.44% 0.8% -
XYZ 39.08 27.93 48.13 -
YUV 147.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 203 113 183 0 0.44 0.10 0.20 313.33 0.46 0.62
Hex CB 71 B7 0 2C A 14 139 2E 3E
Octal 313 161 267 0 54 12 24 471 56 76
Binary 11001011 1110001 10110111 0 101100 1010 10100 100111001 101110 111110

Color Harmonies of #CB71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71B7

Black with #CB71B7

Text Example


Text Example

White with #CB71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71B7; }

 p { color: rgb(203,113,183); }

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

background-color css

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

 a { background-color: rgb(203,113,183); }

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

border-color css

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

 span { border-color: rgb(203,113,183); }

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