Html Css Color HEX #CA30B1 Fuchsia

📋 copy color: '#CA30B1'

red 202 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #CA30B1

Tints of Fuchsia #CA30B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.45%

R = 47.31%
G = 11.24%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA30B1 (or 0xCA30B1) is known color: Fuchsia. HEX triplet: CA, 30 and B1. RGB value is (202,48,177). Sum of RGB (Red+Green+Blue) = 202+48+177=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30B1 is #35CF4E. Grayscale: #6C6C6C. Windows color (decimal): -3526479 or 11612362. OLE color: 11612362.

HSL color Cylindrical-coordinate representation of color #CA30B1: hue angle of 309.74º 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 #CA30B1 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 177 -
CMYK 0 0.76 0.12 0.21
HSL 309.74º 0.62% 0.49% -
HSV(B) 309.74º 0.76% 0.79% -
XYZ 33.35 17.84 43.28 -
YUV 108.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 202 48 177 0 0.76 0.12 0.21 309.74 0.62 0.49
Hex CA 30 B1 0 4C C 15 136 3E 31
Octal 312 60 261 0 114 14 25 466 76 61
Binary 11001010 110000 10110001 0 1001100 1100 10101 100110110 111110 110001

Color Harmonies of #CA30B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30B1

Black with #CA30B1

Text Example


Text Example

White with #CA30B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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