Html Css Color HEX #CA44C7 Fuchsia

📋 copy color: '#CA44C7'

red 202 ◦ green 68 ◦ blue 199

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

Shades of Fuchsia #CA44C7

Tints of Fuchsia #CA44C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 43.07%
G = 14.5%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA44C7 (or 0xCA44C7) is known color: Fuchsia. HEX triplet: CA, 44 and C7. RGB value is (202,68,199). Sum of RGB (Red+Green+Blue) = 202+68+199=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44C7 is #35BB38. Grayscale: #7A7A7A. Windows color (decimal): -3521337 or 13059274. OLE color: 13059274.

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

Color convert

RGB 202 68 199 -
CMYK 0 0.66 0.01 0.21
HSL 301.34º 0.56% 0.53% -
HSV(B) 301.34º 0.66% 0.79% -
XYZ 36.73 20.81 56.11 -
YUV 123 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 202 68 199 0 0.66 0.01 0.21 301.34 0.56 0.53
Hex CA 44 C7 0 42 1 15 12D 38 35
Octal 312 104 307 0 102 1 25 455 70 65
Binary 11001010 1000100 11000111 0 1000010 1 10101 100101101 111000 110101

Color Harmonies of #CA44C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA44C7

Black with #CA44C7

Text Example


Text Example

White with #CA44C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA44C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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