Html Css Color HEX #CA51CB Fuchsia

📋 copy color: '#CA51CB'

red 202 ◦ green 81 ◦ blue 203

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

Shades of Fuchsia #CA51CB

Tints of Fuchsia #CA51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.67%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 41.56%
G = 16.67%
B = 41.77%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA51CB (or 0xCA51CB) is known color: Fuchsia. HEX triplet: CA, 51 and CB. RGB value is (202,81,203). Sum of RGB (Red+Green+Blue) = 202+81+203=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51CB is #35AE34. Grayscale: #828282. Windows color (decimal): -3518005 or 13324746. OLE color: 13324746.

HSL color Cylindrical-coordinate representation of color #CA51CB: hue angle of 299.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51CB is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 81 203 -
CMYK 0.00 0.60 0 0.20
HSL 299.51º 0.54% 0.56% -
HSV(B) 299.51º 0.6% 0.8% -
XYZ 38.08 22.75 58.88 -
YUV 131.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 202 81 203 0.00 0.60 0 0.20 299.51 0.54 0.56
Hex CA 51 CB 0 3C 0 14 12C 36 38
Octal 312 121 313 0 74 0 24 454 66 70
Binary 11001010 1010001 11001011 0 111100 0 10100 100101100 110110 111000

Color Harmonies of #CA51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51CB

Black with #CA51CB

Text Example


Text Example

White with #CA51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51CB; }

 p { color: rgb(202,81,203); }

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

background-color css

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

 a { background-color: rgb(202,81,203); }

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

border-color css

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

 span { border-color: rgb(202,81,203); }

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