Html Css Color HEX #CA41BC Fuchsia

📋 copy color: '#CA41BC'

red 202 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #CA41BC

Tints of Fuchsia #CA41BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.29%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 44.4%
G = 14.29%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA41BC (or 0xCA41BC) is known color: Fuchsia. HEX triplet: CA, 41 and BC. RGB value is (202,65,188). Sum of RGB (Red+Green+Blue) = 202+65+188=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BC is #35BE43. Grayscale: #777777. Windows color (decimal): -3522116 or 12337610. OLE color: 12337610.

HSL color Cylindrical-coordinate representation of color #CA41BC: hue angle of 306.13º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41BC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 188 -
CMYK 0 0.68 0.07 0.21
HSL 306.13º 0.56% 0.52% -
HSV(B) 306.13º 0.68% 0.79% -
XYZ 35.32 19.97 49.57 -
YUV 119.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 202 65 188 0 0.68 0.07 0.21 306.13 0.56 0.52
Hex CA 41 BC 0 44 7 15 132 38 34
Octal 312 101 274 0 104 7 25 462 70 64
Binary 11001010 1000001 10111100 0 1000100 111 10101 100110010 111000 110100

Color Harmonies of #CA41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41BC

Black with #CA41BC

Text Example


Text Example

White with #CA41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41BC; }

 p { color: rgb(202,65,188); }

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

background-color css

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

 a { background-color: rgb(202,65,188); }

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

border-color css

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

 span { border-color: rgb(202,65,188); }

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