Html Css Color HEX #CA5FCB Fuchsia

📋 copy color: '#CA5FCB'

red 202 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #CA5FCB

Tints of Fuchsia #CA5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

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

R = 40.4%
G = 19%
B = 40.6%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA5FCB (or 0xCA5FCB) is known color: Fuchsia. HEX triplet: CA, 5F and CB. RGB value is (202,95,203). Sum of RGB (Red+Green+Blue) = 202+95+203=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FCB is #35A034. Grayscale: #8A8A8A. Windows color (decimal): -3514421 or 13328330. OLE color: 13328330.

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

Color convert

RGB 202 95 203 -
CMYK 0.00 0.53 0 0.20
HSL 299.44º 0.51% 0.58% -
HSV(B) 299.44º 0.53% 0.8% -
XYZ 39.23 25.05 59.27 -
YUV 139.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 202 95 203 0.00 0.53 0 0.20 299.44 0.51 0.58
Hex CA 5F CB 0 35 0 14 12B 33 3A
Octal 312 137 313 0 65 0 24 453 63 72
Binary 11001010 1011111 11001011 0 110101 0 10100 100101011 110011 111010

Color Harmonies of #CA5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FCB

Black with #CA5FCB

Text Example


Text Example

White with #CA5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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