Html Css Color HEX #CA44B2 Fuchsia

📋 copy color: '#CA44B2'

red 202 ◦ green 68 ◦ blue 178

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

Shades of Fuchsia #CA44B2

Tints of Fuchsia #CA44B2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.18%

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

R = 45.09%
G = 15.18%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA44B2 (or 0xCA44B2) is known color: Fuchsia. HEX triplet: CA, 44 and B2. RGB value is (202,68,178). Sum of RGB (Red+Green+Blue) = 202+68+178=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44B2 is #35BB4D. Grayscale: #787878. Windows color (decimal): -3521358 or 11683018. OLE color: 11683018.

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

Color convert

RGB 202 68 178 -
CMYK 0 0.66 0.12 0.21
HSL 310.75º 0.56% 0.53% -
HSV(B) 310.75º 0.66% 0.79% -
XYZ 34.46 19.91 44.15 -
YUV 120.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 202 68 178 0 0.66 0.12 0.21 310.75 0.56 0.53
Hex CA 44 B2 0 42 C 15 137 38 35
Octal 312 104 262 0 102 14 25 467 70 65
Binary 11001010 1000100 10110010 0 1000010 1100 10101 100110111 111000 110101

Color Harmonies of #CA44B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44B2

Black with #CA44B2

Text Example


Text Example

White with #CA44B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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