Html Css Color HEX #CA61BD Fuchsia

📋 copy color: '#CA61BD'

red 202 ◦ green 97 ◦ blue 189

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

Shades of Fuchsia #CA61BD

Tints of Fuchsia #CA61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.88%

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 41.39%
G = 19.88%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA61BD (or 0xCA61BD) is known color: Fuchsia. HEX triplet: CA, 61 and BD. RGB value is (202,97,189). Sum of RGB (Red+Green+Blue) = 202+97+189=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61BD is #359E42. Grayscale: #8A8A8A. Windows color (decimal): -3513923 or 12411338. OLE color: 12411338.

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

Color convert

RGB 202 97 189 -
CMYK 0 0.52 0.06 0.21
HSL 307.43º 0.5% 0.59% -
HSV(B) 307.43º 0.52% 0.79% -
XYZ 37.82 24.78 50.93 -
YUV 138.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 202 97 189 0 0.52 0.06 0.21 307.43 0.5 0.59
Hex CA 61 BD 0 34 6 15 133 32 3B
Octal 312 141 275 0 64 6 25 463 62 73
Binary 11001010 1100001 10111101 0 110100 110 10101 100110011 110010 111011

Color Harmonies of #CA61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA61BD

Black with #CA61BD

Text Example


Text Example

White with #CA61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA61BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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