Html Css Color HEX #CA55C7 Fuchsia

📋 copy color: '#CA55C7'

red 202 ◦ green 85 ◦ blue 199

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

Shades of Fuchsia #CA55C7

Tints of Fuchsia #CA55C7

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.49%

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 41.56%
G = 17.49%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA55C7 (or 0xCA55C7) is known color: Fuchsia. HEX triplet: CA, 55 and C7. RGB value is (202,85,199). Sum of RGB (Red+Green+Blue) = 202+85+199=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55C7 is #35AA38. Grayscale: #848484. Windows color (decimal): -3516985 or 13063626. OLE color: 13063626.

HSL color Cylindrical-coordinate representation of color #CA55C7: hue angle of 301.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55C7 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 199 -
CMYK 0 0.58 0.01 0.21
HSL 301.54º 0.52% 0.56% -
HSV(B) 301.54º 0.58% 0.79% -
XYZ 37.91 23.18 56.51 -
YUV 132.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 202 85 199 0 0.58 0.01 0.21 301.54 0.52 0.56
Hex CA 55 C7 0 3A 1 15 12E 34 38
Octal 312 125 307 0 72 1 25 456 64 70
Binary 11001010 1010101 11000111 0 111010 1 10101 100101110 110100 111000

Color Harmonies of #CA55C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55C7

Black with #CA55C7

Text Example


Text Example

White with #CA55C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55C7; }

 p { color: rgb(202,85,199); }

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

background-color css

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

 a { background-color: rgb(202,85,199); }

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

border-color css

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

 span { border-color: rgb(202,85,199); }

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