Html Css Color HEX #CA4BCB Fuchsia

📋 copy color: '#CA4BCB'

red 202 ◦ green 75 ◦ blue 203

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

Shades of Fuchsia #CA4BCB

Tints of Fuchsia #CA4BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.63%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 42.08%
G = 15.63%
B = 42.29%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA4BCB (or 0xCA4BCB) is known color: Fuchsia. HEX triplet: CA, 4B and CB. RGB value is (202,75,203). Sum of RGB (Red+Green+Blue) = 202+75+203=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BCB is #35B434. Grayscale: #7F7F7F. Windows color (decimal): -3519541 or 13323210. OLE color: 13323210.

HSL color Cylindrical-coordinate representation of color #CA4BCB: hue angle of 299.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BCB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 75 203 -
CMYK 0.00 0.63 0 0.20
HSL 299.53º 0.55% 0.55% -
HSV(B) 299.53º 0.63% 0.8% -
XYZ 37.65 21.9 58.74 -
YUV 127.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 202 75 203 0.00 0.63 0 0.20 299.53 0.55 0.55
Hex CA 4B CB 0 3F 0 14 12C 37 37
Octal 312 113 313 0 77 0 24 454 67 67
Binary 11001010 1001011 11001011 0 111111 0 10100 100101100 110111 110111

Color Harmonies of #CA4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BCB

Black with #CA4BCB

Text Example


Text Example

White with #CA4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BCB; }

 p { color: rgb(202,75,203); }

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

background-color css

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

 a { background-color: rgb(202,75,203); }

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

border-color css

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

 span { border-color: rgb(202,75,203); }

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