Html Css Color HEX #CA43B2 Fuchsia

📋 copy color: '#CA43B2'

red 202 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #CA43B2

Tints of Fuchsia #CA43B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 45.19%
G = 14.99%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA43B2 (or 0xCA43B2) is known color: Fuchsia. HEX triplet: CA, 43 and B2. RGB value is (202,67,178). Sum of RGB (Red+Green+Blue) = 202+67+178=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43B2 is #35BC4D. Grayscale: #777777. Windows color (decimal): -3521614 or 11682762. OLE color: 11682762.

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

Color convert

RGB 202 67 178 -
CMYK 0 0.67 0.12 0.21
HSL 310.67º 0.56% 0.53% -
HSV(B) 310.67º 0.67% 0.79% -
XYZ 34.4 19.79 44.13 -
YUV 120.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 202 67 178 0 0.67 0.12 0.21 310.67 0.56 0.53
Hex CA 43 B2 0 43 C 15 137 38 35
Octal 312 103 262 0 103 14 25 467 70 65
Binary 11001010 1000011 10110010 0 1000011 1100 10101 100110111 111000 110101

Color Harmonies of #CA43B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA43B2

Black with #CA43B2

Text Example


Text Example

White with #CA43B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA43B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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