Html Css Color HEX #CA41BE Fuchsia

📋 copy color: '#CA41BE'

red 202 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #CA41BE

Tints of Fuchsia #CA41BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 44.2%
G = 14.22%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA41BE (or 0xCA41BE) is known color: Fuchsia. HEX triplet: CA, 41 and BE. RGB value is (202,65,190). Sum of RGB (Red+Green+Blue) = 202+65+190=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BE is #35BE41. Grayscale: #777777. Windows color (decimal): -3522114 or 12468682. OLE color: 12468682.

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

Color convert

RGB 202 65 190 -
CMYK 0 0.68 0.06 0.21
HSL 305.26º 0.56% 0.52% -
HSV(B) 305.26º 0.68% 0.79% -
XYZ 35.54 20.05 50.71 -
YUV 120.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 202 65 190 0 0.68 0.06 0.21 305.26 0.56 0.52
Hex CA 41 BE 0 44 6 15 131 38 34
Octal 312 101 276 0 104 6 25 461 70 64
Binary 11001010 1000001 10111110 0 1000100 110 10101 100110001 111000 110100

Color Harmonies of #CA41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41BE

Black with #CA41BE

Text Example


Text Example

White with #CA41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41BE; }

 p { color: rgb(202,65,190); }

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

background-color css

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

 a { background-color: rgb(202,65,190); }

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

border-color css

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

 span { border-color: rgb(202,65,190); }

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