Html Css Color HEX #CA4BC1 Fuchsia

📋 copy color: '#CA4BC1'

red 202 ◦ green 75 ◦ blue 193

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

Shades of Fuchsia #CA4BC1

Tints of Fuchsia #CA4BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.06%

R = 42.98%
G = 15.96%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA4BC1 (or 0xCA4BC1) is known color: Fuchsia. HEX triplet: CA, 4B and C1. RGB value is (202,75,193). Sum of RGB (Red+Green+Blue) = 202+75+193=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC1 is #35B43E. Grayscale: #7E7E7E. Windows color (decimal): -3519551 or 12667850. OLE color: 12667850.

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

Color convert

RGB 202 75 193 -
CMYK 0 0.63 0.04 0.21
HSL 304.25º 0.55% 0.54% -
HSV(B) 304.25º 0.63% 0.79% -
XYZ 36.5 21.44 52.67 -
YUV 126.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 202 75 193 0 0.63 0.04 0.21 304.25 0.55 0.54
Hex CA 4B C1 0 3F 4 15 130 37 36
Octal 312 113 301 0 77 4 25 460 67 66
Binary 11001010 1001011 11000001 0 111111 100 10101 100110000 110111 110110

Color Harmonies of #CA4BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BC1

Black with #CA4BC1

Text Example


Text Example

White with #CA4BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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