Html Css Color HEX #CA47BC Fuchsia

📋 copy color: '#CA47BC'

red 202 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #CA47BC

Tints of Fuchsia #CA47BC

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 43.82%
G = 15.4%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA47BC (or 0xCA47BC) is known color: Fuchsia. HEX triplet: CA, 47 and BC. RGB value is (202,71,188). Sum of RGB (Red+Green+Blue) = 202+71+188=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47BC is #35B843. Grayscale: #7B7B7B. Windows color (decimal): -3520580 or 12339146. OLE color: 12339146.

HSL color Cylindrical-coordinate representation of color #CA47BC: hue angle of 306.41º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47BC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 188 -
CMYK 0 0.65 0.07 0.21
HSL 306.41º 0.55% 0.54% -
HSV(B) 306.41º 0.65% 0.79% -
XYZ 35.69 20.69 49.69 -
YUV 123.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 202 71 188 0 0.65 0.07 0.21 306.41 0.55 0.54
Hex CA 47 BC 0 41 7 15 132 37 36
Octal 312 107 274 0 101 7 25 462 67 66
Binary 11001010 1000111 10111100 0 1000001 111 10101 100110010 110111 110110

Color Harmonies of #CA47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47BC

Black with #CA47BC

Text Example


Text Example

White with #CA47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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