Html Css Color HEX #CB47CA Fuchsia

📋 copy color: '#CB47CA'

red 203 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #CB47CA

Tints of Fuchsia #CB47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 42.65%
G = 14.92%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB47CA (or 0xCB47CA) is known color: Fuchsia. HEX triplet: CB, 47 and CA. RGB value is (203,71,202). Sum of RGB (Red+Green+Blue) = 203+71+202=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47CA is #34B835. Grayscale: #7D7D7D. Windows color (decimal): -3455030 or 13256651. OLE color: 13256651.

HSL color Cylindrical-coordinate representation of color #CB47CA: hue angle of 300.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47CA is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 202 -
CMYK 0 0.65 0.00 0.20
HSL 300.45º 0.56% 0.54% -
HSV(B) 300.45º 0.65% 0.8% -
XYZ 37.54 21.47 58.04 -
YUV 125.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 203 71 202 0 0.65 0.00 0.20 300.45 0.56 0.54
Hex CB 47 CA 0 41 0 14 12C 38 36
Octal 313 107 312 0 101 0 24 454 70 66
Binary 11001011 1000111 11001010 0 1000001 0 10100 100101100 111000 110110

Color Harmonies of #CB47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47CA

Black with #CB47CA

Text Example


Text Example

White with #CB47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47CA; }

 p { color: rgb(203,71,202); }

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

background-color css

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

 a { background-color: rgb(203,71,202); }

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

border-color css

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

 span { border-color: rgb(203,71,202); }

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