Html Css Color HEX #CA64B8 Fuchsia

📋 copy color: '#CA64B8'

red 202 ◦ green 100 ◦ blue 184

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

Shades of Fuchsia #CA64B8

Tints of Fuchsia #CA64B8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

 BLUE value IS 184 (72.27% from 255) = 37.86%

R = 41.56%
G = 20.58%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA64B8 (or 0xCA64B8) is known color: Fuchsia. HEX triplet: CA, 64 and B8. RGB value is (202,100,184). Sum of RGB (Red+Green+Blue) = 202+100+184=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64B8 is #359B47. Grayscale: #8B8B8B. Windows color (decimal): -3513160 or 12084426. OLE color: 12084426.

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

Color convert

RGB 202 100 184 -
CMYK 0 0.50 0.09 0.21
HSL 310.59º 0.49% 0.59% -
HSV(B) 310.59º 0.5% 0.79% -
XYZ 37.57 25.13 48.22 -
YUV 140.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 202 100 184 0 0.50 0.09 0.21 310.59 0.49 0.59
Hex CA 64 B8 0 32 9 15 137 31 3B
Octal 312 144 270 0 62 11 25 467 61 73
Binary 11001010 1100100 10111000 0 110010 1001 10101 100110111 110001 111011

Color Harmonies of #CA64B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64B8

Black with #CA64B8

Text Example


Text Example

White with #CA64B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64B8; }

 p { color: rgb(202,100,184); }

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

background-color css

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

 a { background-color: rgb(202,100,184); }

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

border-color css

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

 span { border-color: rgb(202,100,184); }

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