Html Css Color HEX #CA48CF Fuchsia

📋 copy color: '#CA48CF'

red 202 ◦ green 72 ◦ blue 207

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

Shades of Fuchsia #CA48CF

Tints of Fuchsia #CA48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 42%
G = 14.97%
B = 43.04%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA48CF (or 0xCA48CF) is known color: Fuchsia. HEX triplet: CA, 48 and CF. RGB value is (202,72,207). Sum of RGB (Red+Green+Blue) = 202+72+207=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48CF is #35B730. Grayscale: #7D7D7D. Windows color (decimal): -3520305 or 13584586. OLE color: 13584586.

HSL color Cylindrical-coordinate representation of color #CA48CF: hue angle of 297.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA48CF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 72 207 -
CMYK 0.02 0.65 0 0.19
HSL 297.78º 0.58% 0.55% -
HSV(B) 297.78º 0.65% 0.81% -
XYZ 37.94 21.7 61.22 -
YUV 126.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 202 72 207 0.02 0.65 0 0.19 297.78 0.58 0.55
Hex CA 48 CF 2 41 0 13 12A 3A 37
Octal 312 110 317 2 101 0 23 452 72 67
Binary 11001010 1001000 11001111 10 1000001 0 10011 100101010 111010 110111

Color Harmonies of #CA48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48CF

Black with #CA48CF

Text Example


Text Example

White with #CA48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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