#CA42BD

Color #CA42BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA42BD

Tints of Fuchsia #CA42BD

Color information

#CA42BD (or 0xCA42BD) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and BD. RGB value is (202,66,189). Sum of RGB (Red+Green+Blue) = 202+66+189=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42BD is #35BD42. Grayscale: #787878. Windows color (decimal): -3521859 or 12403402. OLE color: 12403402.

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

Color convert

RGB20266189-
CMYK00.670.060.21
HSL305.74º56.2%52.55%-
HSV(B)305.74º67.33%79.22%-
XYZ35.4920.1350.16-
YUV120.69166.56186-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 66 (26.17% from 255) = 14.44%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=44.20%
G=14.44%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026618900.670.060.21305.7456.252.55
HexCA42BD0436151323835
Octal31210227501036254627065
Binary110010101000010101111010100001111010101100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42BD; }

 p { color: rgb(202,66,189); }

 H1.HeaderClassName
 {
   color: #CA42BD;
 }
 .AnyTagClassName
 {
   color: #CA42BD;
 }
</style>
background-color css

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

 a { background-color: rgb(202,66,189); }

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

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

 span { border-color: rgb(202,66,189); }

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