Html Css Color HEX #CA40BB Fuchsia

📋 copy color: '#CA40BB'

red 202 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #CA40BB

Tints of Fuchsia #CA40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 44.59%
G = 14.13%
B = 41.28%

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

#CA40BB (or 0xCA40BB) is known color: Fuchsia. HEX triplet: CA, 40 and BB. RGB value is (202,64,187). Sum of RGB (Red+Green+Blue) = 202+64+187=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BB is #35BF44. Grayscale: #767676. Windows color (decimal): -3522373 or 12271818. OLE color: 12271818.

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

Color convert

RGB 202 64 187 -
CMYK 0 0.68 0.07 0.21
HSL 306.52º 0.57% 0.52% -
HSV(B) 306.52º 0.68% 0.79% -
XYZ 35.16 19.81 48.98 -
YUV 119.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 202 64 187 0 0.68 0.07 0.21 306.52 0.57 0.52
Hex CA 40 BB 0 44 7 15 133 39 34
Octal 312 100 273 0 104 7 25 463 71 64
Binary 11001010 1000000 10111011 0 1000100 111 10101 100110011 111001 110100

Color Harmonies of #CA40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40BB

Black with #CA40BB

Text Example


Text Example

White with #CA40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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