Html Css Color HEX #CA30B2 Fuchsia

📋 copy color: '#CA30B2'

red 202 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #CA30B2

Tints of Fuchsia #CA30B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 47.2%
G = 11.21%
B = 41.59%

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

#CA30B2 (or 0xCA30B2) is known color: Fuchsia. HEX triplet: CA, 30 and B2. RGB value is (202,48,178). Sum of RGB (Red+Green+Blue) = 202+48+178=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30B2 is #35CF4D. Grayscale: #6C6C6C. Windows color (decimal): -3526478 or 11677898. OLE color: 11677898.

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

Color convert

RGB 202 48 178 -
CMYK 0 0.76 0.12 0.21
HSL 309.35º 0.62% 0.49% -
HSV(B) 309.35º 0.76% 0.79% -
XYZ 33.45 17.88 43.81 -
YUV 108.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 202 48 178 0 0.76 0.12 0.21 309.35 0.62 0.49
Hex CA 30 B2 0 4C C 15 135 3E 31
Octal 312 60 262 0 114 14 25 465 76 61
Binary 11001010 110000 10110010 0 1001100 1100 10101 100110101 111110 110001

Color Harmonies of #CA30B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30B2

Black with #CA30B2

Text Example


Text Example

White with #CA30B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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