Html Css Color HEX #CA75B3 Fuchsia

📋 copy color: '#CA75B3'

red 202 ◦ green 117 ◦ blue 179

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

Shades of Fuchsia #CA75B3

Tints of Fuchsia #CA75B3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

 BLUE value IS 179 (70.31% from 255) = 35.94%

R = 40.56%
G = 23.49%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA75B3 (or 0xCA75B3) is known color: Fuchsia. HEX triplet: CA, 75 and B3. RGB value is (202,117,179). Sum of RGB (Red+Green+Blue) = 202+117+179=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75B3 is #358A4C. Grayscale: #959595. Windows color (decimal): -3508813 or 11761098. OLE color: 11761098.

HSL color Cylindrical-coordinate representation of color #CA75B3: hue angle of 316.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 179 -
CMYK 0 0.42 0.11 0.21
HSL 316.24º 0.45% 0.63% -
HSV(B) 316.24º 0.42% 0.79% -
XYZ 38.86 28.53 46.11 -
YUV 149.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 202 117 179 0 0.42 0.11 0.21 316.24 0.45 0.63
Hex CA 75 B3 0 2A B 15 13C 2D 3F
Octal 312 165 263 0 52 13 25 474 55 77
Binary 11001010 1110101 10110011 0 101010 1011 10101 100111100 101101 111111

Color Harmonies of #CA75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75B3

Black with #CA75B3

Text Example


Text Example

White with #CA75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75B3; }

 p { color: rgb(202,117,179); }

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

background-color css

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

 a { background-color: rgb(202,117,179); }

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

border-color css

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

 span { border-color: rgb(202,117,179); }

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