Html Css Color HEX #CA4BC6 Fuchsia

📋 copy color: '#CA4BC6'

red 202 ◦ green 75 ◦ blue 198

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

Shades of Fuchsia #CA4BC6

Tints of Fuchsia #CA4BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 42.53%
G = 15.79%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA4BC6 (or 0xCA4BC6) is known color: Fuchsia. HEX triplet: CA, 4B and C6. RGB value is (202,75,198). Sum of RGB (Red+Green+Blue) = 202+75+198=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC6 is #35B439. Grayscale: #7E7E7E. Windows color (decimal): -3519546 or 12995530. OLE color: 12995530.

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

Color convert

RGB 202 75 198 -
CMYK 0 0.63 0.02 0.21
HSL 301.89º 0.55% 0.54% -
HSV(B) 301.89º 0.63% 0.79% -
XYZ 37.07 21.67 55.65 -
YUV 127 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 202 75 198 0 0.63 0.02 0.21 301.89 0.55 0.54
Hex CA 4B C6 0 3F 2 15 12E 37 36
Octal 312 113 306 0 77 2 25 456 67 66
Binary 11001010 1001011 11000110 0 111111 10 10101 100101110 110111 110110

Color Harmonies of #CA4BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BC6

Black with #CA4BC6

Text Example


Text Example

White with #CA4BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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