Html Css Color HEX #CB71B2 Fuchsia

📋 copy color: '#CB71B2'

red 203 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #CB71B2

Tints of Fuchsia #CB71B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 41.09%
G = 22.87%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB71B2 (or 0xCB71B2) is known color: Fuchsia. HEX triplet: CB, 71 and B2. RGB value is (203,113,178). Sum of RGB (Red+Green+Blue) = 203+113+178=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71B2 is #348E4D. Grayscale: #939393. Windows color (decimal): -3444302 or 11694539. OLE color: 11694539.

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

Color convert

RGB 203 113 178 -
CMYK 0 0.44 0.12 0.20
HSL 316.67º 0.46% 0.62% -
HSV(B) 316.67º 0.44% 0.8% -
XYZ 38.57 27.72 45.44 -
YUV 147.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 203 113 178 0 0.44 0.12 0.20 316.67 0.46 0.62
Hex CB 71 B2 0 2C C 14 13D 2E 3E
Octal 313 161 262 0 54 14 24 475 56 76
Binary 11001011 1110001 10110010 0 101100 1100 10100 100111101 101110 111110

Color Harmonies of #CB71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71B2

Black with #CB71B2

Text Example


Text Example

White with #CB71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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