Html Css Color HEX #CA30C8 Fuchsia

📋 copy color: '#CA30C8'

red 202 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #CA30C8

Tints of Fuchsia #CA30C8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.67%

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 44.89%
G = 10.67%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA30C8 (or 0xCA30C8) is known color: Fuchsia. HEX triplet: CA, 30 and C8. RGB value is (202,48,200). Sum of RGB (Red+Green+Blue) = 202+48+200=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C8 is #35CF37. Grayscale: #6E6E6E. Windows color (decimal): -3526456 or 13119690. OLE color: 13119690.

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

Color convert

RGB 202 48 200 -
CMYK 0 0.76 0.01 0.21
HSL 300.78º 0.62% 0.49% -
HSV(B) 300.78º 0.76% 0.79% -
XYZ 35.84 18.84 56.39 -
YUV 111.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 202 48 200 0 0.76 0.01 0.21 300.78 0.62 0.49
Hex CA 30 C8 0 4C 1 15 12D 3E 31
Octal 312 60 310 0 114 1 25 455 76 61
Binary 11001010 110000 11001000 0 1001100 1 10101 100101101 111110 110001

Color Harmonies of #CA30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30C8

Black with #CA30C8

Text Example


Text Example

White with #CA30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30C8; }

 p { color: rgb(202,48,200); }

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

background-color css

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

 a { background-color: rgb(202,48,200); }

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

border-color css

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

 span { border-color: rgb(202,48,200); }

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