Html Css Color HEX #CA4BB6 Fuchsia

📋 copy color: '#CA4BB6'

red 202 ◦ green 75 ◦ blue 182

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

Shades of Fuchsia #CA4BB6

Tints of Fuchsia #CA4BB6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 44.01%
G = 16.34%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA4BB6 (or 0xCA4BB6) is known color: Fuchsia. HEX triplet: CA, 4B and B6. RGB value is (202,75,182). Sum of RGB (Red+Green+Blue) = 202+75+182=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BB6 is #35B449. Grayscale: #7C7C7C. Windows color (decimal): -3519562 or 11946954. OLE color: 11946954.

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

Color convert

RGB 202 75 182 -
CMYK 0 0.63 0.10 0.21
HSL 309.45º 0.55% 0.54% -
HSV(B) 309.45º 0.63% 0.79% -
XYZ 35.32 20.97 46.44 -
YUV 125.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 202 75 182 0 0.63 0.10 0.21 309.45 0.55 0.54
Hex CA 4B B6 0 3F A 15 135 37 36
Octal 312 113 266 0 77 12 25 465 67 66
Binary 11001010 1001011 10110110 0 111111 1010 10101 100110101 110111 110110

Color Harmonies of #CA4BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BB6

Black with #CA4BB6

Text Example


Text Example

White with #CA4BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BB6; }

 p { color: rgb(202,75,182); }

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

background-color css

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

 a { background-color: rgb(202,75,182); }

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

border-color css

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

 span { border-color: rgb(202,75,182); }

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