Html Css Color HEX #CA48CB Fuchsia

📋 copy color: '#CA48CB'

red 202 ◦ green 72 ◦ blue 203

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

Shades of Fuchsia #CA48CB

Tints of Fuchsia #CA48CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 42.35%
G = 15.09%
B = 42.56%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA48CB (or 0xCA48CB) is known color: Fuchsia. HEX triplet: CA, 48 and CB. RGB value is (202,72,203). Sum of RGB (Red+Green+Blue) = 202+72+203=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48CB is #35B734. Grayscale: #7D7D7D. Windows color (decimal): -3520309 or 13322442. OLE color: 13322442.

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

Color convert

RGB 202 72 203 -
CMYK 0.00 0.65 0 0.20
HSL 299.54º 0.56% 0.54% -
HSV(B) 299.54º 0.65% 0.8% -
XYZ 37.45 21.5 58.68 -
YUV 125.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 202 72 203 0.00 0.65 0 0.20 299.54 0.56 0.54
Hex CA 48 CB 0 41 0 14 12C 38 36
Octal 312 110 313 0 101 0 24 454 70 66
Binary 11001010 1001000 11001011 0 1000001 0 10100 100101100 111000 110110

Color Harmonies of #CA48CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48CB

Black with #CA48CB

Text Example


Text Example

White with #CA48CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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