Html Css Color HEX #CA43C7 Fuchsia

📋 copy color: '#CA43C7'

red 202 ◦ green 67 ◦ blue 199

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

Shades of Fuchsia #CA43C7

Tints of Fuchsia #CA43C7

RGB

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

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

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

R = 43.16%
G = 14.32%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA43C7 (or 0xCA43C7) is known color: Fuchsia. HEX triplet: CA, 43 and C7. RGB value is (202,67,199). Sum of RGB (Red+Green+Blue) = 202+67+199=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43C7 is #35BC38. Grayscale: #7A7A7A. Windows color (decimal): -3521593 or 13059018. OLE color: 13059018.

HSL color Cylindrical-coordinate representation of color #CA43C7: hue angle of 301.33º 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 #CA43C7 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 199 -
CMYK 0 0.67 0.01 0.21
HSL 301.33º 0.56% 0.53% -
HSV(B) 301.33º 0.67% 0.79% -
XYZ 36.67 20.69 56.09 -
YUV 122.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 202 67 199 0 0.67 0.01 0.21 301.33 0.56 0.53
Hex CA 43 C7 0 43 1 15 12D 38 35
Octal 312 103 307 0 103 1 25 455 70 65
Binary 11001010 1000011 11000111 0 1000011 1 10101 100101101 111000 110101

Color Harmonies of #CA43C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43C7

Black with #CA43C7

Text Example


Text Example

White with #CA43C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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