Html Css Color HEX #CA61CA Fuchsia

📋 copy color: '#CA61CA'

red 202 ◦ green 97 ◦ blue 202

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

Shades of Fuchsia #CA61CA

Tints of Fuchsia #CA61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.36%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 40.32%
G = 19.36%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA61CA (or 0xCA61CA) is known color: Fuchsia. HEX triplet: CA, 61 and CA. RGB value is (202,97,202). Sum of RGB (Red+Green+Blue) = 202+97+202=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61CA is #359E35. Grayscale: #8C8C8C. Windows color (decimal): -3513910 or 13263306. OLE color: 13263306.

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

Color convert

RGB 202 97 202 -
CMYK 0 0.52 0 0.21
HSL 300º 0.5% 0.59% -
HSV(B) 300º 0.52% 0.79% -
XYZ 39.29 25.37 58.7 -
YUV 140.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 202 97 202 0 0.52 0 0.21 300 0.5 0.59
Hex CA 61 CA 0 34 0 15 12C 32 3B
Octal 312 141 312 0 64 0 25 454 62 73
Binary 11001010 1100001 11001010 0 110100 0 10101 100101100 110010 111011

Color Harmonies of #CA61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61CA

Black with #CA61CA

Text Example


Text Example

White with #CA61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61CA; }

 p { color: rgb(202,97,202); }

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

background-color css

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

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

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

border-color css

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

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

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