Html Css Color HEX #CB47CC Fuchsia

📋 copy color: '#CB47CC'

red 203 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #CB47CC

Tints of Fuchsia #CB47CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 42.47%
G = 14.85%
B = 42.68%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB47CC (or 0xCB47CC) is known color: Fuchsia. HEX triplet: CB, 47 and CC. RGB value is (203,71,204). Sum of RGB (Red+Green+Blue) = 203+71+204=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47CC is #34B833. Grayscale: #7D7D7D. Windows color (decimal): -3455028 or 13387723. OLE color: 13387723.

HSL color Cylindrical-coordinate representation of color #CB47CC: hue angle of 299.55º degrees, saturation: 0.57, 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 #CB47CC is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 71 204 -
CMYK 0.00 0.65 0 0.2
HSL 299.55º 0.57% 0.54% -
HSV(B) 299.55º 0.65% 0.8% -
XYZ 37.78 21.56 59.3 -
YUV 125.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 203 71 204 0.00 0.65 0 0.2 299.55 0.57 0.54
Hex CB 47 CC 0 41 0 14 12C 39 36
Octal 313 107 314 0 101 0 24 454 71 66
Binary 11001011 1000111 11001100 0 1000001 0 10100 100101100 111001 110110

Color Harmonies of #CB47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47CC

Black with #CB47CC

Text Example


Text Example

White with #CB47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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