Html Css Color HEX #CA48BB Fuchsia

📋 copy color: '#CA48BB'

red 202 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #CA48BB

Tints of Fuchsia #CA48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 43.82%
G = 15.62%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA48BB (or 0xCA48BB) is known color: Fuchsia. HEX triplet: CA, 48 and BB. RGB value is (202,72,187). Sum of RGB (Red+Green+Blue) = 202+72+187=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48BB is #35B744. Grayscale: #7B7B7B. Windows color (decimal): -3520325 or 12273866. OLE color: 12273866.

HSL color Cylindrical-coordinate representation of color #CA48BB: hue angle of 306.92º 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 #CA48BB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 187 -
CMYK 0 0.64 0.07 0.21
HSL 306.92º 0.55% 0.54% -
HSV(B) 306.92º 0.64% 0.79% -
XYZ 35.64 20.78 49.15 -
YUV 123.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 202 72 187 0 0.64 0.07 0.21 306.92 0.55 0.54
Hex CA 48 BB 0 40 7 15 133 37 36
Octal 312 110 273 0 100 7 25 463 67 66
Binary 11001010 1001000 10111011 0 1000000 111 10101 100110011 110111 110110

Color Harmonies of #CA48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48BB

Black with #CA48BB

Text Example


Text Example

White with #CA48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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