Html Css Color HEX #CA44BB Fuchsia

📋 copy color: '#CA44BB'

red 202 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #CA44BB

Tints of Fuchsia #CA44BB

RGB

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

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

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

R = 44.2%
G = 14.88%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA44BB (or 0xCA44BB) is known color: Fuchsia. HEX triplet: CA, 44 and BB. RGB value is (202,68,187). Sum of RGB (Red+Green+Blue) = 202+68+187=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44BB is #35BB44. Grayscale: #797979. Windows color (decimal): -3521349 or 12272842. OLE color: 12272842.

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

Color convert

RGB 202 68 187 -
CMYK 0 0.66 0.07 0.21
HSL 306.72º 0.56% 0.53% -
HSV(B) 306.72º 0.66% 0.79% -
XYZ 35.39 20.28 49.06 -
YUV 121.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 202 68 187 0 0.66 0.07 0.21 306.72 0.56 0.53
Hex CA 44 BB 0 42 7 15 133 38 35
Octal 312 104 273 0 102 7 25 463 70 65
Binary 11001010 1000100 10111011 0 1000010 111 10101 100110011 111000 110101

Color Harmonies of #CA44BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44BB

Black with #CA44BB

Text Example


Text Example

White with #CA44BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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