Html Css Color HEX #CA41BB Fuchsia

📋 copy color: '#CA41BB'

red 202 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #CA41BB

Tints of Fuchsia #CA41BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 44.49%
G = 14.32%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA41BB (or 0xCA41BB) is known color: Fuchsia. HEX triplet: CA, 41 and BB. RGB value is (202,65,187). Sum of RGB (Red+Green+Blue) = 202+65+187=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BB is #35BE44. Grayscale: #777777. Windows color (decimal): -3522117 or 12272074. OLE color: 12272074.

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

Color convert

RGB 202 65 187 -
CMYK 0 0.68 0.07 0.21
HSL 306.57º 0.56% 0.52% -
HSV(B) 306.57º 0.68% 0.79% -
XYZ 35.22 19.93 49 -
YUV 119.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 202 65 187 0 0.68 0.07 0.21 306.57 0.56 0.52
Hex CA 41 BB 0 44 7 15 133 38 34
Octal 312 101 273 0 104 7 25 463 70 64
Binary 11001010 1000001 10111011 0 1000100 111 10101 100110011 111000 110100

Color Harmonies of #CA41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41BB

Black with #CA41BB

Text Example


Text Example

White with #CA41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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