Html Css Color HEX #CA46B9 Fuchsia

📋 copy color: '#CA46B9'

red 202 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #CA46B9

Tints of Fuchsia #CA46B9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.32%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 44.2%
G = 15.32%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA46B9 (or 0xCA46B9) is known color: Fuchsia. HEX triplet: CA, 46 and B9. RGB value is (202,70,185). Sum of RGB (Red+Green+Blue) = 202+70+185=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46B9 is #35B946. Grayscale: #7A7A7A. Windows color (decimal): -3520839 or 12142282. OLE color: 12142282.

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

Color convert

RGB 202 70 185 -
CMYK 0 0.65 0.08 0.21
HSL 307.73º 0.55% 0.53% -
HSV(B) 307.73º 0.65% 0.79% -
XYZ 35.3 20.44 47.98 -
YUV 122.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 202 70 185 0 0.65 0.08 0.21 307.73 0.55 0.53
Hex CA 46 B9 0 41 8 15 134 37 35
Octal 312 106 271 0 101 10 25 464 67 65
Binary 11001010 1000110 10111001 0 1000001 1000 10101 100110100 110111 110101

Color Harmonies of #CA46B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46B9

Black with #CA46B9

Text Example


Text Example

White with #CA46B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46B9; }

 p { color: rgb(202,70,185); }

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

background-color css

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

 a { background-color: rgb(202,70,185); }

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

border-color css

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

 span { border-color: rgb(202,70,185); }

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