Html Css Color HEX #CA43C9 Fuchsia

📋 copy color: '#CA43C9'

red 202 ◦ green 67 ◦ blue 201

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

Shades of Fuchsia #CA43C9

Tints of Fuchsia #CA43C9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.26%

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 42.98%
G = 14.26%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA43C9 (or 0xCA43C9) is known color: Fuchsia. HEX triplet: CA, 43 and C9. RGB value is (202,67,201). Sum of RGB (Red+Green+Blue) = 202+67+201=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43C9 is #35BC36. Grayscale: #7A7A7A. Windows color (decimal): -3521591 or 13190090. OLE color: 13190090.

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

Color convert

RGB 202 67 201 -
CMYK 0 0.67 0.00 0.21
HSL 300.44º 0.56% 0.53% -
HSV(B) 300.44º 0.67% 0.79% -
XYZ 36.91 20.79 57.33 -
YUV 122.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 202 67 201 0 0.67 0.00 0.21 300.44 0.56 0.53
Hex CA 43 C9 0 43 0 15 12C 38 35
Octal 312 103 311 0 103 0 25 454 70 65
Binary 11001010 1000011 11001001 0 1000011 0 10101 100101100 111000 110101

Color Harmonies of #CA43C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43C9

Black with #CA43C9

Text Example


Text Example

White with #CA43C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43C9; }

 p { color: rgb(202,67,201); }

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

background-color css

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

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

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

border-color css

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

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

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