Html Css Color HEX #CA50CB Fuchsia

📋 copy color: '#CA50CB'

red 202 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #CA50CB

Tints of Fuchsia #CA50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

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

R = 41.65%
G = 16.49%
B = 41.86%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA50CB (or 0xCA50CB) is known color: Fuchsia. HEX triplet: CA, 50 and CB. RGB value is (202,80,203). Sum of RGB (Red+Green+Blue) = 202+80+203=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50CB is #35AF34. Grayscale: #828282. Windows color (decimal): -3518261 or 13324490. OLE color: 13324490.

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

Color convert

RGB 202 80 203 -
CMYK 0.00 0.61 0 0.20
HSL 299.51º 0.54% 0.55% -
HSV(B) 299.51º 0.61% 0.8% -
XYZ 38.01 22.61 58.86 -
YUV 130.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 202 80 203 0.00 0.61 0 0.20 299.51 0.54 0.55
Hex CA 50 CB 0 3D 0 14 12C 36 37
Octal 312 120 313 0 75 0 24 454 66 67
Binary 11001010 1010000 11001011 0 111101 0 10100 100101100 110110 110111

Color Harmonies of #CA50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50CB

Black with #CA50CB

Text Example


Text Example

White with #CA50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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