Html Css Color HEX #CA48B0 Fuchsia

📋 copy color: '#CA48B0'

red 202 ◦ green 72 ◦ blue 176

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

Shades of Fuchsia #CA48B0

Tints of Fuchsia #CA48B0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 176 (69.14% from 255) = 39.11%

R = 44.89%
G = 16%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA48B0 (or 0xCA48B0) is known color: Fuchsia. HEX triplet: CA, 48 and B0. RGB value is (202,72,176). Sum of RGB (Red+Green+Blue) = 202+72+176=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48B0 is #35B74F. Grayscale: #7A7A7A. Windows color (decimal): -3520336 or 11552970. OLE color: 11552970.

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

Color convert

RGB 202 72 176 -
CMYK 0 0.64 0.13 0.21
HSL 312º 0.55% 0.54% -
HSV(B) 312º 0.64% 0.79% -
XYZ 34.51 20.33 43.18 -
YUV 122.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 202 72 176 0 0.64 0.13 0.21 312 0.55 0.54
Hex CA 48 B0 0 40 D 15 138 37 36
Octal 312 110 260 0 100 15 25 470 67 66
Binary 11001010 1001000 10110000 0 1000000 1101 10101 100111000 110111 110110

Color Harmonies of #CA48B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48B0

Black with #CA48B0

Text Example


Text Example

White with #CA48B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48B0; }

 p { color: rgb(202,72,176); }

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

background-color css

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

 a { background-color: rgb(202,72,176); }

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

border-color css

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

 span { border-color: rgb(202,72,176); }

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