Html Css Color HEX #CA61CC Fuchsia

📋 copy color: '#CA61CC'

red 202 ◦ green 97 ◦ blue 204

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

Shades of Fuchsia #CA61CC

Tints of Fuchsia #CA61CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 40.16%
G = 19.28%
B = 40.56%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA61CC (or 0xCA61CC) is known color: Fuchsia. HEX triplet: CA, 61 and CC. RGB value is (202,97,204). Sum of RGB (Red+Green+Blue) = 202+97+204=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA61CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61CC is #359E33. Grayscale: #8C8C8C. Windows color (decimal): -3513908 or 13394378. OLE color: 13394378.

HSL color Cylindrical-coordinate representation of color #CA61CC: hue angle of 298.88º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61CC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 97 204 -
CMYK 0.01 0.52 0 0.2
HSL 298.88º 0.51% 0.59% -
HSV(B) 298.88º 0.52% 0.8% -
XYZ 39.53 25.47 59.96 -
YUV 140.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 202 97 204 0.01 0.52 0 0.2 298.88 0.51 0.59
Hex CA 61 CC 1 34 0 14 12B 33 3B
Octal 312 141 314 1 64 0 24 453 63 73
Binary 11001010 1100001 11001100 1 110100 0 10100 100101011 110011 111011

Color Harmonies of #CA61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61CC

Black with #CA61CC

Text Example


Text Example

White with #CA61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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