Html Css Color HEX #CA63BF Fuchsia

📋 copy color: '#CA63BF'

red 202 ◦ green 99 ◦ blue 191

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

Shades of Fuchsia #CA63BF

Tints of Fuchsia #CA63BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 41.06%
G = 20.12%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA63BF (or 0xCA63BF) is known color: Fuchsia. HEX triplet: CA, 63 and BF. RGB value is (202,99,191). Sum of RGB (Red+Green+Blue) = 202+99+191=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BF is #359C40. Grayscale: #8C8C8C. Windows color (decimal): -3513409 or 12542922. OLE color: 12542922.

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

Color convert

RGB 202 99 191 -
CMYK 0 0.51 0.05 0.21
HSL 306.41º 0.49% 0.59% -
HSV(B) 306.41º 0.51% 0.79% -
XYZ 38.22 25.24 52.15 -
YUV 140.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 202 99 191 0 0.51 0.05 0.21 306.41 0.49 0.59
Hex CA 63 BF 0 33 5 15 132 31 3B
Octal 312 143 277 0 63 5 25 462 61 73
Binary 11001010 1100011 10111111 0 110011 101 10101 100110010 110001 111011

Color Harmonies of #CA63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63BF

Black with #CA63BF

Text Example


Text Example

White with #CA63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63BF; }

 p { color: rgb(202,99,191); }

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

background-color css

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

 a { background-color: rgb(202,99,191); }

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

border-color css

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

 span { border-color: rgb(202,99,191); }

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